Skip to content

Commit 07fbb42

Browse files
committed
2.0.1
1 parent 6ddbd46 commit 07fbb42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-infinite-scroll",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An infinite scroll directive for vue.js.",
55
"main": "vue-infinite-scroll.js",
66
"jsnext:main": "./src/index.js",
@@ -20,15 +20,14 @@
2020
"author": "[email protected]",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"babel-preset-es2015-rollup": "^1.1.1",
23+
"babel-preset-es2015-rollup": "^3.0.0",
2424
"jasmine-core": "^2.4.1",
2525
"karma": "^0.13.21",
2626
"karma-chrome-launcher": "^0.2.2",
2727
"karma-jasmine": "^0.3.7",
2828
"karma-phantomjs-launcher": "^1.0.0",
2929
"karma-rollup-preprocessor": "^2.0.1",
3030
"phantomjs-prebuilt": "^2.1.5",
31-
"babel-preset-es2015-rollup": "^3.0.0",
3231
"rollup": "^0.41.4",
3332
"rollup-plugin-babel": "^2.7.1",
3433
"rollup-plugin-uglify": "1.0.1",

0 commit comments

Comments
 (0)