Skip to content

Commit

Permalink
Actually include some files
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Oct 23, 2023
1 parent b874d87 commit 2783f1d
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 @@ -2,6 +2,7 @@
"name": "data-of-loathing",
"version": "1.0.0",
"main": "dist/index.js",
"files": ["dist"],
"author": "Sam Gaus <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand All @@ -17,7 +18,7 @@
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"prepublishOnly": "yarn run build",
"prepack": "yarn run build",
"test": "vitest"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 2783f1d

Please sign in to comment.