Skip to content

Commit

Permalink
fix: prepare for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhmoradi committed May 20, 2023
1 parent 2b76d88 commit 23056f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev
src
test
types
build
builder
.editorconfig
.eslintignore
.npmrc
Expand All @@ -32,8 +32,6 @@ prettier.config.js
*.log

#doc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docs

#other
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
},
"files": [
"dist",
"LICENSE*"
"*.md"
],
"devDependencies": {
"@babel/cli": "^7.21.5",
Expand Down

0 comments on commit 23056f8

Please sign in to comment.