Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
+ Update included `files`
+ Add `prepublishOnly` build script
  • Loading branch information
breadadams committed Feb 28, 2019
1 parent a9548dd commit 6173159
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"url": "https://github.com/holamundo-app/vue-router-qs-binder.git"
},
"files": [
"dist/*.js"
"dist/*.js",
"dist/*.js.map"
],
"keywords": [
"query string",
Expand All @@ -26,7 +27,8 @@
"lint": "vue-cli-service lint",
"flow": "./node_modules/.bin/flow",
"build:demo": "vue-cli-service build --name vue-router-qs-binder-demo ./demo/index.js",
"test:unit": "vue-cli-service test:unit"
"test:unit": "vue-cli-service test:unit",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"vue": ">= 2.6",
Expand Down

0 comments on commit 6173159

Please sign in to comment.