Skip to content

Commit e3bc15c

Browse files
committed
chore(package.json): bump version 2.0.0-alpha.2
1 parent 8aeb703 commit e3bc15c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -40,7 +40,7 @@
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"

0 commit comments

Comments
 (0)