File tree 2 files changed +12
-4
lines changed 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
max-width : 980px ;
5
5
margin : 0 auto;
6
6
padding : 45px ;
7
- }</ style > </ head > < body > < div id =app > </ div > < script type =text/javascript src =/ static/js/manifest.js> </ script > < script type =text/javascript src =/ static/js/vendor.js> </ script > < script type =text/javascript src =/ static/js/app.js> </ script > </ body > </ html >
7
+ }</ style > </ head > < body > < div id =app > </ div > < script type =text/javascript src =static/js/manifest.js > </ script > < script type =text/javascript src =static/js/vendor.js > </ script > < script type =text/javascript src =static/js/app.js > </ script > </ body > </ html >
Original file line number Diff line number Diff line change 4
4
"description" : " Vue Numeric Input Component" ,
5
5
"author" : " JayeshLab <helloiamjayesh@gmail.com>" ,
6
6
"license" : " MIT" ,
7
+ "keywords" : [
8
+ " input" ,
9
+ " text" ,
10
+ " component" ,
11
+ " number" ,
12
+ " numeric" ,
13
+ " vue" ,
14
+ " vue.js"
15
+ ],
16
+ "homepage" : " https://github.com/JayeshLab/vue-numeric-input/#readme" ,
7
17
"repository" : {
8
18
"type" : " git" ,
9
19
"url" : " git+https://github.com/JayeshLab/vue-numeric-input.git"
20
30
"build:docs" : " webpack --config build/webpack.prod.conf.js" ,
21
31
"release" : " webpack --hide-modules -p --progress --config build/webpack.release.conf.js"
22
32
},
23
- "dependencies" : {
24
- "vue" : " ^2.5.17"
25
- },
26
33
"devDependencies" : {
27
34
"autoprefixer" : " ^7.2.6" ,
28
35
"babel-core" : " ^6.26.3" ,
77
84
"sinon-chai" : " ^2.8.0" ,
78
85
"uglifyjs-webpack-plugin" : " ^1.1.1" ,
79
86
"url-loader" : " ^1.1.1" ,
87
+ "vue" : " ^2.5.17" ,
80
88
"vue-loader" : " ^13.3.0" ,
81
89
"vue-style-loader" : " ^3.0.1" ,
82
90
"vue-template-compiler" : " ^2.5.2" ,
You can’t perform that action at this time.
0 commit comments