bump 3.1.12

pull/1021/head
tanjinzhou 2019-07-22 11:56:13 +08:00
parent 34343b2e8b
commit 8352df87a3
3 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,10 @@
--- ---
## 1.3.12
`2019-07-22`
- 🐞 `package.json` `files` add `scripts`
## 1.3.11 ## 1.3.11
`2019-07-22` `2019-07-22`

View File

@ -10,6 +10,10 @@
--- ---
## 1.3.12
`2019-07-22`
- 🐞 `package.json` `files` 添加 `scripts`
## 1.3.11 ## 1.3.11
`2019-07-22` `2019-07-22`

View File

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "1.3.11", "version": "1.3.12",
"title": "Ant Design Vue", "title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation", "description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [ "keywords": [
@ -22,7 +22,8 @@
"dist", "dist",
"lib", "lib",
"es", "es",
"types" "types",
"scripts"
], ],
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001", "dev": "cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001",