Skip to content

Commit

Permalink
package dist refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen DuMont committed Jun 23, 2022
1 parent e2d9294 commit c40fbab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"version": "1.0.0",
"description": "rolls dnd dice",
"main": "dist/dice.js",
"types": "dist/dice.d.ts",
"files": ["dist/**/*"],
"scripts": {
"test": "jest test test",
"build": "tsc"
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c40fbab

Please sign in to comment.