Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"keywords": [
"ember-addon"
],
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/NullVoxPopuli/limber.git",
Expand Down Expand Up @@ -48,6 +49,7 @@
"start": "rollup --config --watch",
"lint": "pnpm -w exec lint",
"lint:package": "pnpm publint",
"lint:published-types": "pnpm attw --pack --exclude-entrypoints addon-main.js ember-cli --ignore-rules cjs-resolves-to-esm",
"lint:js": "pnpm -w exec lint js",
"lint:js:fix": "pnpm -w exec lint js:fix",
"lint:hbs": "pnpm -w exec lint hbs",
Expand Down Expand Up @@ -80,6 +82,7 @@
"vfile": "^6.0.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.7.1",
"@babel/core": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@babel/types": "^7.22.10",
Expand Down
Loading