File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " ng2-tree" ,
3- "version" : " 2.0.0-alpha.1 " ,
3+ "version" : " 2.0.0-alpha.2 " ,
44 "description" : " angular2 component for visualizing data that can be naturally represented as a tree" ,
55 "main" : " index.js" ,
66 "license" : " MIT" ,
4040 "flow.lint" : " npm run flow.tslint" ,
4141 "flow.build" : " npm run flow.clean && npm run flow.compile && webpack --progress --color" ,
4242 "flow.serve" : " webpack-dev-server --hot --inline --colors --display-error-details --display-cached" ,
43- "pre:publish" : " npm run flow.clean && npm run flow.lint && npm run test && npm run flow.compile && cp src/styles.css dist" ,
43+ "pre:publish" : " npm run flow.clean && npm run flow.lint && npm run test && npm run flow.compile && mkdir -p dist && cp src/styles.css dist && cp README.md dist && cp --parents media/* dist" ,
4444 "post:publish" : " npm run flow.deploy:gh-pages" ,
4545 "start" : " npm run flow.serve" ,
4646 "test" : " karma start karma.conf.js"
You can’t perform that action at this time.
0 commit comments