Skip to content

Commit

Permalink
fix: No such file 'package-lock.json' in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Mar 16, 2021
1 parent 60230a9 commit 86dde8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "v-money-spinner",
"version": "0.1.7",
"version": "0.1.8",
"description": "A component with input spinner and currency mask.",
"main": "dist/v-money-spinner.js",
"scripts": {
"build": "poi --prod --no-html",
"build:docs": "poi --prod ./src/docs/index.js -d ./docs/ --html.template ./src/docs/index.html",
"dev": "poi --serve --html.template ./src/docs/index.html ./src/docs/index.js",
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
Expand Down

0 comments on commit 86dde8e

Please sign in to comment.