Skip to content

Commit

Permalink
fix: list semver as a dependency (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored and ota-meshi committed Dec 30, 2019
1 parent da1848c commit 5b7dd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,8 @@
"eslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"vue-eslint-parser": "^7.0.0"
"vue-eslint-parser": "^7.0.0",
"semver": "^5.6.0"
},
"devDependencies": {
"@types/node": "^4.2.16",
Expand All @@ -64,7 +65,6 @@
"lodash": "^4.17.4",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"semver": "^5.6.0",
"typescript": "^3.5.2",
"vue-eslint-editor": "^0.1.4",
"vuepress": "^0.14.5"
Expand Down

0 comments on commit 5b7dd8a

Please sign in to comment.