chore: add g-mobile

This commit is contained in:
AlbertAZ1992 2021-03-15 18:48:20 +08:00 committed by Yanyan Wang
parent 3c4a262b49
commit da7d439eea

View File

@ -21,7 +21,14 @@
},
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
"files": ["package.json", "es", "lib", "dist", "LICENSE", "README.md"],
"files": [
"package.json",
"es",
"lib",
"dist",
"LICENSE",
"README.md"
],
"main": "lib/index.js",
"miniprogram": "dist",
"module": "es/index.js",
@ -52,8 +59,13 @@
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": ["npm run lint-staged:js", "prettier --write"],
"**/*.{less,md,json}": ["prettier --write"]
"**/*.{js,jsx,ts,tsx}": [
"npm run lint-staged:js",
"prettier --write"
],
"**/*.{less,md,json}": [
"prettier --write"
]
},
"dependencies": {
"@ant-design/colors": "^5.0.1",