Skip to content

Commit 437630f

Browse files
committed
revert
1 parent 4a40517 commit 437630f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"scripts": {
2222
"lint": "eslint .",
2323
"typedoc": "typedoc",
24-
"typedoc:watch": "nodemon --watch src --watch theme --ext ts,js,css --exec 'npm run typedoc'",
25-
"typedoc:serve": "npm run typedoc && npx --yes live-server doc --port=8080 --no-browser",
26-
"typedoc:dev": "npm run typedoc && concurrently \"npm run typedoc:watch\" \"npx --yes live-server doc --port=8080\"",
2724
"test:javascriptcore": "npm run test:jsc --",
2825
"test:v8": "exodus-test --engine=v8:bundle",
2926
"test:jsc": "exodus-test --engine=jsc:bundle",
@@ -242,7 +239,6 @@
242239
"bstring": "^0.3.9",
243240
"buffer": "^6.0.3",
244241
"c8": "^10.1.3",
245-
"concurrently": "^9.2.1",
246242
"decode-utf8": "^1.0.1",
247243
"electron": "36.5.0",
248244
"encode-utf8": "^2.0.0",
@@ -254,7 +250,6 @@
254250
"hi-base32": "^0.5.1",
255251
"iconv-lite": "^0.7.0",
256252
"jsvu": "^3.0.3",
257-
"nodemon": "^3.1.11",
258253
"punycode": "^2.3.1",
259254
"text-encoding": "^0.7.0",
260255
"typedoc": "^0.28.16",

0 commit comments

Comments
 (0)