Skip to content

Commit fa72bec

Browse files
committed
Update for 2.14.0-beta.dev.20240824.2
1 parent 83f3515 commit fa72bec

2 files changed

Lines changed: 149 additions & 19 deletions

File tree

package-lock.json

Lines changed: 141 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "@wayward/debugtools",
3+
"private": true,
34
"version": "1.0.0",
4-
"main": "./out/DebugTools.js",
5-
"types": "./out/DebugTools.d.ts",
5+
"main": "out/DebugTools.js",
6+
"types": "out/DebugTools.d.ts",
67
"scripts": {
7-
"clean": "rimraf ./out ./tsconfig.*tsbuildinfo",
8-
"build": "tsc --build --pretty",
9-
"watch": "tsc --build --watch --pretty --preserveWatchOutput"
8+
"clean": "npx rimraf ./out ./tsconfig.*tsbuildinfo",
9+
"build": "npx tsc --build --pretty",
10+
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
1011
},
1112
"devDependencies": {
12-
"@wayward/types": "^2.14.0-beta.dev.20240823.11",
13+
"@wayward/types": "^2.14.0-beta.dev.20240824.2",
14+
"rimraf": "3.0.2",
1315
"typescript": "^5.6.1-rc"
1416
}
1517
}

0 commit comments

Comments
 (0)