|
|
|
@ -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",
|
|
|
|
|