2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-21 22:40:35 +03:00

3.0.0-beta.1

This commit is contained in:
mengxiong10
2019-11-10 18:02:27 +08:00
parent 4875dc6b3d
commit 4cb3f0df60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "vue2-datepicker", "name": "vue2-datepicker",
"version": "2.12.0", "version": "3.0.0-beta.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -10,7 +10,7 @@
"/locale", "/locale",
"/index.*" "/index.*"
], ],
"version": "2.12.0", "version": "3.0.0-beta.1",
"scripts": { "scripts": {
"dev": "parcel ./example/index.html --open --port 2235", "dev": "parcel ./example/index.html --open --port 2235",
"build:index": "rollup -c", "build:index": "rollup -c",