Skip to content

Commit

Permalink
Update for 2.14.0-beta.dev.20240824.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetech committed Aug 24, 2024
1 parent 83f3515 commit fa72bec
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 19 deletions.
154 changes: 141 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@wayward/debugtools",
"private": true,
"version": "1.0.0",
"main": "./out/DebugTools.js",
"types": "./out/DebugTools.d.ts",
"main": "out/DebugTools.js",
"types": "out/DebugTools.d.ts",
"scripts": {
"clean": "rimraf ./out ./tsconfig.*tsbuildinfo",
"build": "tsc --build --pretty",
"watch": "tsc --build --watch --pretty --preserveWatchOutput"
"clean": "npx rimraf ./out ./tsconfig.*tsbuildinfo",
"build": "npx tsc --build --pretty",
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
},
"devDependencies": {
"@wayward/types": "^2.14.0-beta.dev.20240823.11",
"@wayward/types": "^2.14.0-beta.dev.20240824.2",
"rimraf": "3.0.2",
"typescript": "^5.6.1-rc"
}
}

0 comments on commit fa72bec

Please sign in to comment.