Skip to content

Commit

Permalink
chore: Added npmignore and added repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPaulinCodes committed Feb 28, 2024
1 parent 601af60 commit 8ee4556
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.github/
.benchmark/
.examples/
benchmark/
examples/
logs/
node_modules/
src/
test/
.DS_Store
package-lock.json
package-lock.json
tsconfig.json
*.tgz
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/JayPaulinCodes/smush.git"
},
"scripts": {
"build": "tsc -b",
"prebenchmark": "npm run build",
Expand Down

0 comments on commit 8ee4556

Please sign in to comment.