Skip to content

Commit

Permalink
Remove np config, update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zcuric committed Mar 11, 2020
1 parent 8f6e24f commit f375cce
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 0 additions & 4 deletions np-config.json

This file was deleted.

30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test": "jest",
"format": "prettier --write",
"lint": "vue-cli-service lint",
"release": "npx np",
"prebuild": "rimraf dist",
"prepare": "npm run build"
},
Expand Down Expand Up @@ -47,6 +48,9 @@
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11"
},
"files": [
"dist"
],
"eslintConfig": {
"root": true,
"env": {
Expand Down

0 comments on commit f375cce

Please sign in to comment.