Skip to content

Commit 9ddfd95

Browse files
revert accidental changes
1 parent 1a8239c commit 9ddfd95

File tree

4 files changed

+0
-53
lines changed

4 files changed

+0
-53
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
"bundle:nightly": "turbo bundle:nightly --log-order grouped --output-logs new-only",
1919
"vsix": "turbo vsix --log-order grouped --output-logs new-only",
2020
"vsix:nightly": "turbo vsix:nightly --log-order grouped --output-logs new-only",
21-
"vsix:timestamp": "node scripts/update-version-timestamp.js && turbo vsix --log-order grouped --output-logs new-only",
2221
"clean": "turbo clean --log-order grouped --output-logs new-only && rimraf dist out bin .vite-port .turbo",
2322
"install:vsix": "pnpm install --frozen-lockfile && pnpm clean && pnpm vsix && node scripts/install-vsix.js",
24-
"install:vsix:timestamp": "pnpm install --frozen-lockfile && pnpm clean && pnpm vsix:timestamp && node scripts/install-vsix.js",
2523
"changeset:version": "cp CHANGELOG.md src/CHANGELOG.md && changeset version && cp -vf src/CHANGELOG.md .",
2624
"knip": "knip --include files",
2725
"update-contributors": "node scripts/update-contributors.js",

pnpm-lock.yaml

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

scripts/update-version-timestamp.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@
522522
"@types/diff": "^5.2.1",
523523
"@types/diff-match-patch": "^1.0.36",
524524
"@types/glob": "^8.1.0",
525-
"@types/lodash.debounce": "^4.0.9",
526525
"@types/lodash": "^4.14.201",
527526
"@types/mocha": "^10.0.10",
528527
"@types/node": "20.x",

0 commit comments

Comments
 (0)