Skip to content

Commit

Permalink
fix: specify repository in package.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard authored Nov 6, 2023
1 parent 0479a83 commit 4e32913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "Apache-2.0",
"description": "A disk unit conversion library for JavaScript.",
"funding": "https://github.com/sponsors/boywithkeyboard",
"repository": "github:boywithkeyboard/bytes",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +28,7 @@
},
"scripts": {
"build": "builder --esm --cjs && tsc",
"test": "node test.mjs"
"test": "npm run build && tsc && node test.mjs"
},
"devDependencies": {
"@boywithkeyboard/builder": "^0.4.0",
Expand Down

0 comments on commit 4e32913

Please sign in to comment.