Skip to content

Commit

Permalink
fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
furybean committed Mar 28, 2017
1 parent 789f916 commit 6ddbd46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
.idea
.jshintrc
vue-infinite-scroll.js
*.log
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"karma-phantomjs-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^2.0.1",
"phantomjs-prebuilt": "^2.1.5",
"rollup": "^0.25.4",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-env": "^0.21.2",
"rollup-plugin-node-resolve": "^1.5.0",
"babel-preset-es2015-rollup": "^3.0.0",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "1.0.1",
"rollup-plugin-node-resolve": "^2.0.0",
"vue": "^2.0.3",
"xo": "^0.12.1"
},
Expand Down

0 comments on commit 6ddbd46

Please sign in to comment.