Skip to content

Commit

Permalink
Revert package.json to yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikob committed Jun 20, 2018
1 parent ade5a4c commit 844b6f7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"scripts": {
"dist": "poi build ./src/vue-tel-input.js --format umd --module-name VueTelInput --filename.js vue-tel-input.js --filename.css vue-tel-input.css --no-sourceMap --no-html",
"dist:demo": "poi build ./demo/index.js --config ./demo/build.config.js --filename.css vue-tel-input.css --no-sourceMap --dist ./docs",
"start": "npm run dev",
"start": "yarn dev",
"dev": "poi build ./demo/index.js --config ./demo/build.config.js --filename.css vue-tel-input.css --no-sourceMap --no-minimize --dist ./docs",
"release": "rm -rf dist && npm run dist",
"demo": "npm run dist && npm run dev && npm run demo:open",
"release": "rm -rf dist && yarn dist",
"demo": "yarn dist && yarn dev && yarn demo:open",
"demo:open": "open 'http://localhost:5000/'; serve ./docs/"
},
"files": [
Expand All @@ -26,9 +26,10 @@
"telephone input"
],
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"bootstrap-vue": "^1.3.0",
"get-json": "^1.0.0",
"libphonenumber-js": "^0.4.44",
"ssri": "^6.0.0"
"libphonenumber-js": "^0.4.44"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
Expand Down

0 comments on commit 844b6f7

Please sign in to comment.