Skip to content

Commit

Permalink
chore: add readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
therufa committed Jul 7, 2019
1 parent 972a581 commit 384b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clean": "rimraf build dist",
"prebuild": "git submodule update --init && npm run clean && mkdir build dist",
"build": "node build.js && babel build --out-dir dist",
"release": "node ./node_modules/.bin/standard-version && cp ./package.json dist"
"release": "node ./node_modules/.bin/standard-version && cp ./package.json dist && cp ./README.md dist"
},
"dependencies": {
"vue": "^2.3.3"
Expand Down

0 comments on commit 384b658

Please sign in to comment.