Skip to content

Commit

Permalink
Merge pull request #10 from tranityproject/ayungavis/9-add-npmignore
Browse files Browse the repository at this point in the history
Add `.npmignore`
  • Loading branch information
ayungavis authored Mar 31, 2023
2 parents e2d6720 + 6acb231 commit 1265f48
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node_modules
# Icons
!assets
assets/**/*.svg
assets.zip

# Yarn
yarn-error.log
23 changes: 23 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Build
optimized
generated

# Dependencies
node_modules

# Icons
assets

# Yarn
yarn-error.log
yarn.lock

# Package
.github
docs
scripts
utils
.eslintrc.js
.gitignore
tsconfig.json
tsup.config.js
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antasena-icons",
"version": "0.0.2",
"version": "0.0.5",
"description": "Antasena icons is a comprehensive library of React icons designed to help developers easily add scalable vector icons to their projects.",
"keywords": [
"react",
Expand Down Expand Up @@ -31,6 +31,9 @@
"format": "prettier --write \"generated/**/*.ts*\"",
"clean": "rimraf node_modules && rimraf dist && rimraf generated && rimraf optimized"
},
"files": [
"dist"
],
"peerDependencies": {
"react": "^18.2.0"
},
Expand Down

0 comments on commit 1265f48

Please sign in to comment.