vue-ctk-date-time-picker
Advanced tools
Comparing version 1.1.13 to 1.1.14
{ | ||
"name": "vue-ctk-date-time-picker", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "A vue component for select date & time (by Chronotruck)", | ||
@@ -10,13 +10,13 @@ "author": "Louis Mazel <loic.mazuel@chronotruck.com>", | ||
"lint": "eslint src/**/*.vue", | ||
"build": "npm run build:cjs && npm run build:umd", | ||
"build": "npm run build:doc && npm run build:cjs && npm run build:umd && npm run build:demo", | ||
"build:cjs": "poi build --format cjs --dist dist", | ||
"build:umd": "poi build --format umd --dist dist/umd", | ||
"build:doc": "vue-styleguidist build", | ||
"serve": "vue-styleguidist server", | ||
"build:demo": "node build-config/build.js", | ||
"test": "poi test", | ||
"test:watch": "poi test --watch", | ||
"test:cov": "poi test --coverage", | ||
"serve": "vue-styleguidist server", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"build:demo": "node build-config/build.js", | ||
"before-publish": "npm run build:cjs && npm run build:umd && npm run build:demo" | ||
"before-publish": "npm run lint && npm run build && npm run build:demo" | ||
}, | ||
@@ -23,0 +23,0 @@ "files": [ |
@@ -8,3 +8,3 @@ # vue-ctk-date-time-picker | ||
## Demo | ||
A [demo](https://htmlpreview.github.io/?https://github.com/chronotruck/vue-ctk-date-time-picker/blob/master/demo/dist/index.html) | ||
A [demo](https://htmlpreview.github.io/?https://github.com/chronotruck/vue-ctk-date-time-picker/blob/master/demo/index.html) | ||
@@ -11,0 +11,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2424579