Skip to content

Commit

Permalink
build: npm 관련 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
humanscape-henry committed Jan 20, 2021
1 parent 352724d commit b5253fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
example/
.vscode/
.github/
node_modules/
package-lock.json

.eslintrc
.huskyrc
.commitlintrc
.releaserc
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"javascript",
"typescript"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
Expand Down

0 comments on commit b5253fd

Please sign in to comment.