Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 4004205

Browse files
committed
make hammer a real dependency
1 parent e41330b commit 4004205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"webpack-dev-server": "beta"
3636
},
3737
"peerDependecies": {
38-
"vue": "^2.0.0",
39-
"hammerjs": "^2.0.8"
38+
"vue": "^2.0.0"
4039
},
4140
"scripts": {
4241
"build": "node_modules/.bin/rollup -m -c build/rollup.config.prod.js && uglifyjs dist/vue-touch.js -c -m > dist/vue-touch.min.js",
@@ -66,6 +65,7 @@
6665
]
6766
},
6867
"dependencies": {
68+
"hammerjs": "^2.0.8",
6969
"rollup-plugin-cleanup": "^0.1.4",
7070
"rollup-plugin-commonjs": "^7.0.0",
7171
"rollup-plugin-node-resolve": "^2.0.0"

0 commit comments

Comments
 (0)