vue2-datepicker
Advanced tools
Comparing version 1.6.3 to 1.7.0
{ | ||
"name": "vue2-datepicker", | ||
"description": "A Datepicker Component For Vue2", | ||
"main": "datepicker/index.vue", | ||
"version": "1.6.3", | ||
"main": "dist/build.js", | ||
"version": "1.7.0", | ||
"scripts": { | ||
@@ -28,9 +28,24 @@ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.6", | ||
"babel-core": "^6.0.0", | ||
"babel-loader": "^6.0.0", | ||
"babel-preset-latest": "^6.0.0", | ||
"cross-env": "^3.0.0", | ||
"babel-eslint": "^8.0.2", | ||
"babel-loader": "^7.0.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"cross-env": "^5.0.0", | ||
"css-loader": "^0.25.0", | ||
"eslint": "^4.12.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-friendly-formatter": "^3.0.0", | ||
"eslint-loader": "^1.9.0", | ||
"eslint-plugin-html": "^4.0.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"file-loader": "^0.9.0", | ||
"vue-loader": "^11.1.4", | ||
"node-sass": "^4.7.2", | ||
"postcss-loader": "^2.0.9", | ||
"sass-loader": "^6.0.6", | ||
"vue-loader": "^13.0.5", | ||
"vue-template-compiler": "^2.2.1", | ||
@@ -37,0 +52,0 @@ "webpack": "^2.2.0", |
@@ -64,3 +64,3 @@ # vue2-datepicker | ||
| minute-step | Number | 0 | if > 0 don't show the second picker(0 - 60) | | ||
| input-class | String | 'input' | the input class name | | ||
| input-class | String | 'mx-input' | the input class name | | ||
| confirm-text | String | 'OK' | the default text to display on confirm button | | ||
@@ -67,0 +67,0 @@ |
@@ -9,3 +9,5 @@ var path = require('path') | ||
publicPath: '/dist/', | ||
filename: 'build.js' | ||
filename: 'build.js', | ||
library: "DatePicker", | ||
libraryTarget: "umd" | ||
}, | ||
@@ -54,2 +56,3 @@ module: { | ||
if (process.env.NODE_ENV === 'production') { | ||
module.exports.entry = './index.js' | ||
module.exports.devtool = '#source-map' | ||
@@ -56,0 +59,0 @@ // http://vue-loader.vuejs.org/en/workflow/production.html |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95526
12
165
25