Skip to content

Commit

Permalink
fix: add dist files to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Sep 19, 2024
1 parent f63a901 commit 80264ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"scripts": {
"test": "vitest",
"build": "tsc",
"format": "prettier --write *.js \"{samples,lib,test,hl-tests}/**/*.js\""
"format": "prettier --write *.js \"{samples,lib,test,hl-tests}/**/*.js\"",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/OptimalBits/redbird.git"
},
"files": [
"index.js",
"lib"
"dist"
],
"keywords": [
"proxy",
Expand Down

0 comments on commit 80264ac

Please sign in to comment.