Skip to content

Commit

Permalink
Fix broken npm publish prepare script. Release v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shentao committed Apr 27, 2019
1 parent f4e5204 commit 904d10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-multiselect",
"version": "2.1.5",
"version": "2.1.6",
"private": false,
"types": "index.d.ts",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"dev": "node build/dev-server.js",
"bundle:dist": "rm -rf dist && webpack --config build/webpack.bundle.conf.js",
"bundle": "node build/bundle.js",
"prepare": "npm run bundle:dist",
"prepare": "npm run bundle",
"docs": "rm -rf docs && mkdir docs && node build/build.js",
"unit": "vue-cli-service test:unit --watch",
"finish": "npm run lint && npm test && npm run bundle"
Expand Down

0 comments on commit 904d10f

Please sign in to comment.