Skip to content

Commit

Permalink
ci: publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
izayl committed May 16, 2022
1 parent 40adb20 commit 369e1fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"homepage": "https://github.com/izayl/eslint-config#readme",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"files": [
"index.js"
],
Expand Down
3 changes: 3 additions & 0 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"repository": "git@github.com:izayl/eslint-config.git",
"author": "izayl <izayl@163.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint *.js --config=index.js"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izayl/eslint-config.git"
Expand Down
3 changes: 3 additions & 0 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izayl/eslint-config.git"
Expand Down

0 comments on commit 369e1fd

Please sign in to comment.