Skip to content

Commit c6e720a

Browse files
committed
Initial Commit
1 parent d6605e1 commit c6e720a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
max-width: 980px;
55
margin: 0 auto;
66
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>

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"description": "Vue Numeric Input Component",
55
"author": "JayeshLab <helloiamjayesh@gmail.com>",
66
"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",
717
"repository": {
818
"type": "git",
919
"url": "git+https://github.com/JayeshLab/vue-numeric-input.git"
@@ -20,9 +30,6 @@
2030
"build:docs": "webpack --config build/webpack.prod.conf.js",
2131
"release": "webpack --hide-modules -p --progress --config build/webpack.release.conf.js"
2232
},
23-
"dependencies": {
24-
"vue": "^2.5.17"
25-
},
2633
"devDependencies": {
2734
"autoprefixer": "^7.2.6",
2835
"babel-core": "^6.26.3",
@@ -77,6 +84,7 @@
7784
"sinon-chai": "^2.8.0",
7885
"uglifyjs-webpack-plugin": "^1.1.1",
7986
"url-loader": "^1.1.1",
87+
"vue": "^2.5.17",
8088
"vue-loader": "^13.3.0",
8189
"vue-style-loader": "^3.0.1",
8290
"vue-template-compiler": "^2.5.2",

0 commit comments

Comments
 (0)