mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
chore: add g-mobile
This commit is contained in:
parent
3c4a262b49
commit
da7d439eea
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user