Skip to content

Commit

Permalink
chore(repo): only package build files
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrusso committed Nov 1, 2022
1 parent 335b3f0 commit 3fe1fe9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@darkpacks/mc-pack-utils",
"version": "1.18.0-1.0.0",
"version": "1.18.0-1.0.1",
"description": "",
"main": "index.js",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
Expand All @@ -12,6 +12,9 @@
"url": "https://github.com/DarkPacks/MCPackUtils",
"type": "git"
},
"files": [
"build"
],
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.11.8",
Expand Down

0 comments on commit 3fe1fe9

Please sign in to comment.