Skip to content

Commit

Permalink
fix(所有子包的package.json): 移除了publicConfig
Browse files Browse the repository at this point in the history
affects: @varlet/cli, @varlet/eslint-config, @varlet/stylelint-config
  • Loading branch information
haoziqaq committed Oct 30, 2020
1 parent 5d0fd4b commit 1ce49db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
6 changes: 1 addition & 5 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@varlet/cli",
"version": "0.1.6",
"private": false,
"description": "cli of varlet",
"keywords": [
"cli",
Expand All @@ -20,8 +19,5 @@
"scripts": {
"dev": "tsc --watch"
},
"publishConfig": {
"access": "publish"
},
"gitHead": "9a86311687ae56b776852d30dfed09ee930e92d5"
"gitHead": "5d0fd4bae88bc6f65335da5cfb944489cca16693"
}
8 changes: 2 additions & 6 deletions packages/varlet-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@varlet/eslint-config",
"version": "0.1.6",
"private": false,
"description": "eslint config of viti",
"description": "eslint config of varlet",
"keywords": [
"eslint",
"tslint",
Expand All @@ -28,8 +27,5 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.1.0"
},
"publishConfig": {
"access": "publish"
},
"gitHead": "9a86311687ae56b776852d30dfed09ee930e92d5"
"gitHead": "5d0fd4bae88bc6f65335da5cfb944489cca16693"
}
6 changes: 1 addition & 5 deletions packages/varlet-stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@varlet/stylelint-config",
"private": false,
"version": "0.1.6",
"description": "stylelint config of varlet",
"keywords": [
Expand All @@ -19,8 +18,5 @@
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0"
},
"publishConfig": {
"access": "publish"
},
"gitHead": "9a86311687ae56b776852d30dfed09ee930e92d5"
"gitHead": "5d0fd4bae88bc6f65335da5cfb944489cca16693"
}

0 comments on commit 1ce49db

Please sign in to comment.