Skip to content

Commit

Permalink
PR merged for Issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshLab committed Jan 3, 2020
1 parent 06b410d commit 702b12a
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 72 deletions.
2 changes: 1 addition & 1 deletion dist/vue-numeric-input.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/js/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/js/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/static/js/manifest.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions docs/static/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/js/vendor.js.map

Large diffs are not rendered by default.

118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-numeric-input",
"version": "1.0.5",
"version": "1.0.6",
"description": "Vue Numeric Input Component",
"author": "JayeshLab <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -35,66 +35,66 @@
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-runtime": "^6.26.0",
"chai": "^4.1.2",
"chalk": "^2.0.1",
"clean-webpack-plugin": "^0.1.19",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-istanbul": "4.1.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.3.2",
"babel-runtime": "6.26.0",
"chai": "4.1.2",
"chalk": "2.0.1",
"clean-webpack-plugin": "0.1.19",
"codecov": "^3.0.4",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"inject-loader": "^3.0.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"copy-webpack-plugin": "4.0.1",
"cross-env": "5.0.1",
"css-loader": "0.28.0",
"eslint": "4.15.0",
"eslint-config-standard": "10.2.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.7.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-vue": "4.0.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "1.1.4",
"friendly-errors-webpack-plugin": "1.6.1",
"html-webpack-plugin": "2.30.1",
"inject-loader": "3.0.0",
"karma": "3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-phantomjs-shim": "1.4.0",
"karma-sinon-chai": "1.3.1",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"mocha": "^5.2.0",
"node-notifier": "^5.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"phantomjs-prebuilt": "^2.1.14",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"sinon": "^4.0.0",
"sinon-chai": "^2.8.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^1.1.1",
"vue": "^2.5.17",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.0"
"karma-webpack": "2.0.2",
"mocha": "5.2.0",
"node-notifier": "5.1.2",
"optimize-css-assets-webpack-plugin": "3.2.0",
"ora": "1.2.0",
"phantomjs-prebuilt": "2.1.14",
"portfinder": "1.0.13",
"postcss-import": "11.0.0",
"postcss-loader": "2.0.8",
"postcss-url": "7.2.1",
"semver": "5.3.0",
"shelljs": "0.7.6",
"sinon": "4.0.0",
"sinon-chai": "2.8.0",
"uglifyjs-webpack-plugin": "1.1.1",
"url-loader": "1.1.1",
"vue": "2.5.17",
"vue-loader": "13.3.0",
"vue-style-loader": "3.0.1",
"vue-template-compiler": "2.5.17",
"webpack": "3.6.0",
"webpack-bundle-analyzer": "3.6.0",
"webpack-dev-server": "3.1.14",
"webpack-merge": "4.1.0"
},
"engines": {
"node": ">= 6.0.0",
Expand Down

0 comments on commit 702b12a

Please sign in to comment.