Skip to content

Commit 3c899c6

Browse files
feat(deno): migrate odds-and-sods-package-manager npm → Deno (standards#253) (#42)
Class A (pure-Deno port). Deletes redundant package.json — deno.json already covers all tooling (rescript build/watch/clean via npm: specifier, test/lint/fmt/check via deno) and imports map covers all deps. Refs: standards#253 STEP 3 (smallest-first batch). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0b61508 commit 3c899c6

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,10 @@ deps/
108108
.cache/
109109
build/
110110
dist/
111+
112+
# npm/yarn/pnpm/bun lockfiles (Deno-only project; standards#253)
113+
package-lock.json
114+
bun.lockb
115+
yarn.lock
116+
pnpm-lock.yaml
117+
.npmrc

package.json

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

0 commit comments

Comments
 (0)