Skip to content

Commit

Permalink
Vue is needed as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed May 14, 2021
1 parent a473829 commit eb2c135
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 5 deletions.
53 changes: 50 additions & 3 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npm run compile && npm run lint",
"compile": "tsc",
"compile": "rm -rf dist/ && tsc",
"lint": "eslint --ext .js --ext .ts src",
"test": "echo \"Error: no test specified\" && exit 1",
"updates": "check-updates && rm -rf node_modules package-lock.json && npm install",
Expand All @@ -28,6 +28,7 @@
"eslint": "^7.26.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-deprecation": "^1.2.1",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"vue": "^3.0.11"
}
}

0 comments on commit eb2c135

Please sign in to comment.