File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments