Skip to content

Commit

Permalink
fix babel-runtime dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdfzzzy committed Aug 13, 2018
1 parent 354b3d7 commit e5008d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "vue2-hammer",
"description": "Hammer.js wrapper for Vue 2.x to support some touching operation in the mobile.",
"version": "2.0.0",
"version": "2.0.1",
"author": "bsdfzzzy@gmail.com",
"main": "index.min.js",
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"prepub": "babel index.js --out-file index.min.js && uglifyjs index.min.js -o index.min.js"
},
"dependencies": {
"hammerjs": "^2.0.8"
"hammerjs": "^2.0.8",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"vue": "^2.4.2",
Expand Down

0 comments on commit e5008d3

Please sign in to comment.