Skip to content

Commit 333e788

Browse files
committed
chore: bump version
1 parent c1065bb commit 333e788

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "vue-axios",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A small wrapper for integrating axios to Vuejs",
55
"main": "dist/vue-axios.min.js",
66
"scripts": {
77
"test": "npm run test"
88
},
9+
"files": [
10+
"dist",
11+
"src"
12+
],
913
"repository": {
1014
"type": "git",
1115
"url": "git+https://github.com/imcvampire/vue-axios.git"
@@ -22,12 +26,14 @@
2226
},
2327
"homepage": "https://github.com/imcvampire/vue-axios#readme",
2428
"devDependencies": {
25-
"vue": "^2.0.3",
2629
"babel-core": "^6.18.0",
2730
"babel-preset-es2015": "^6.18.0",
2831
"gulp": "^3.9.1",
2932
"gulp-babel": "^6.1.2",
3033
"gulp-rename": "^1.2.2",
3134
"gulp-uglifyjs": "^0.6.2"
35+
},
36+
"peerDependencies": {
37+
"vue": ">= 1.0.0"
3238
}
3339
}

0 commit comments

Comments
 (0)