Skip to content

Commit

Permalink
fix: npm access public
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 17, 2019
1 parent bd04607 commit 2022fc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"eslint": ">=5.16.0"
},
Expand All @@ -28,5 +31,6 @@
"devDependencies": {
"eslint": "^6.0.1",
"standard-version": "^6.0.1"
}
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
}
6 changes: 5 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
"peerDependencies": {
"eslint": ">=5.16.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config": "^0.1.4",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-vue": "5.2.3"
},
"devDependencies": {
"eslint": "^6.0.1"
}
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
}

0 comments on commit 2022fc2

Please sign in to comment.