Skip to content

Commit

Permalink
remove build ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jun 6, 2023
1 parent 1ed4811 commit c3b0b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js",
"version": "1.1.5",
"version": "1.1.6",
"description": "A package to create a growtopia private servers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"docs:gen": "rimraf docs && typedoc",
"build": "cd lib && node-gyp rebuild",
"build:ts": "tsc",
"install": "npm run build && npm run build:ts"
"install": "npm run build"
},
"homepage": "https://github.com/JadlionHD/growtopia.js#readme",
"bugs": {
Expand Down

0 comments on commit c3b0b9b

Please sign in to comment.