Commit e8040237 authored by super-lin0's avatar super-lin0

update package name

parent 98429daa
Pipeline #121 canceled with stages
{
"name": "nemean-cli",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"author": "super-lin",
......@@ -15,6 +15,6 @@
"shelljs": "^0.8.3"
},
"bin": {
"heracles": "./bin/npmrc.js"
"nemean": "./bin/npmrc.js"
}
}
{
"name": "ant-design-pro",
"name": "nemean-cli",
"version": "1.0.0",
"private": true,
"description": "An out-of-box UI solution for enterprise applications",
......@@ -26,14 +26,25 @@
"test:component": "umi test ./src/components",
"ui": "umi ui"
},
"husky": { "hooks": { "pre-commit": "npm run lint-staged" } },
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
},
"lint-staged": {
"**/*.less": "stylelint --syntax less",
"**/*.{js,jsx,tsx,ts,less,md,json}": ["prettier --write", "git add"],
"**/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write",
"git add"
],
"**/*.{js,jsx}": "npm run lint-staged:js",
"**/*.{js,ts,tsx}": "npm run lint-staged:js"
},
"browserslist": ["> 1%", "last 2 versions", "not ie <= 10"],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"dependencies": {
"@ant-design/pro-layout": "^4.5.16",
"@antv/data-set": "^0.10.2",
......@@ -94,8 +105,12 @@
"umi-types": "^0.5.0",
"webpack-theme-color-replacer": "^1.2.15"
},
"optionalDependencies": { "puppeteer": "^1.17.0" },
"engines": { "node": ">=10.0.0" },
"optionalDependencies": {
"puppeteer": "^1.17.0"
},
"engines": {
"node": ">=10.0.0"
},
"checkFiles": [
"src/**/*.js*",
"src/**/*.ts*",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment