Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
weishaodaren committed Jan 13, 2023
1 parent a1464f9 commit f11efed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@weishaodaren:registry=https://npm.pkg.github.com
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "eslint-config-polaris",
"version": "1.1.0",
"version": "1.1.1",
"description": "This package provides Polaris's base JS .eslintrc as an extensible shared config.",
"main": "index.js",
"publishConfig": {
"@weishaodaren:registry": "https://npm.pkg.github.com"
},
"scripts": {
"lint": "eslint --report-unused-disable-directives .",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit f11efed

Please sign in to comment.