Skip to content

Commit

Permalink
chore(deps): swap vue and element-matches in devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 16, 2018
1 parent 25d95b0 commit 4daf5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "git+https://github.com/iFgR/vue-shortkey.git"
},
"dependencies": {
"vue": "^2.1.0"
"element-matches": "^0.1.2"
},
"keywords": [
"vue",
Expand All @@ -33,7 +33,6 @@
"babel-register": "^6.24.1",
"chai": "^4.0.2",
"cross-env": "^3.0.0",
"element-matches": "^0.1.2",
"karma": "^1.7.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
Expand All @@ -43,6 +42,7 @@
"nyc": "^11.0.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"vue": "^2.1.0",
"webpack": "^3.0.0"
}
}

0 comments on commit 4daf5c2

Please sign in to comment.