bump 3.1.12

pull/1021/head
tanjinzhou 5 years ago
parent 34343b2e8b
commit 8352df87a3

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

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

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

Loading…
Cancel
Save