Skip to content

Commit 77ade41

Browse files
committed
fix package.json again
1 parent c3b0b9b commit 77ade41

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.npmignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
22
test/
33
lib/build/**
4-
docs/
5-
src/
4+
docs/

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "growtopia.js",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A package to create a growtopia private servers.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
1010
"docs:gen": "rimraf docs && typedoc",
1111
"build": "cd lib && node-gyp rebuild",
1212
"build:ts": "tsc",
13-
"install": "npm run build"
13+
"install": "npm run build && npm run build:ts"
1414
},
1515
"homepage": "https://github.com/JadlionHD/growtopia.js#readme",
1616
"bugs": {
@@ -25,14 +25,14 @@
2525
"license": "MIT",
2626
"gypfile": true,
2727
"dependencies": {
28+
"@types/node": "^20.1.5",
2829
"eventemitter3": "^5.0.1",
2930
"express": "^4.18.2",
3031
"node-addon-api": "^6.1.0",
3132
"node-gyp": "^9.3.1",
3233
"typescript": "^5.0.4"
3334
},
3435
"devDependencies": {
35-
"@types/node": "^20.1.5",
3636
"rimraf": "^5.0.1",
3737
"typedoc": "^0.24.7"
3838
}

0 commit comments

Comments
 (0)