Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jun 4, 2017
1 parent 3a0e665 commit e0c732a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -148,8 +148,6 @@ represent the project when answering questions and issues.

Together we could continue the work with things like:
* port the code to es6
* improved support for webpack
* modernizing the build
* adding more typers of diagrams like mindmaps, ert digrams etc
* improving existing diagrams

Expand Down Expand Up @@ -195,11 +193,12 @@ Manual test in Node.js:
node dist/demo/index.js


## Distribtion
## Release

yarn dist
npm publish

Command above generates files into the `dist` folder, then you can publish them to npmjs.org.
Command above generates files into the `dist` folder and publishes them to npmjs.org.


# Credits
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.base.js
Expand Up @@ -7,7 +7,7 @@ const rules = [
parser: {
amd: false
},
include: /node_modules\/lodash\//
include: /node_modules\/lodash\// // https://github.com/lodash/lodash/issues/3052
}
]

Expand Down

0 comments on commit e0c732a

Please sign in to comment.