Skip to content

Commit 1706799

Browse files
committed
Add only-allow to devDependencies so it does not require network
This makes it possible to continue using `only-allow` while enabling the package to be used properly on boxes without internet access, e.g. internal CI boxes.
1 parent 1ab2de0 commit 1706799

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"eslint-plugin-n": "^16.0.1",
7676
"eslint-plugin-unicorn": "^48.0.0",
7777
"eslint-plugin-vitest": "^0.2.6",
78+
"only-allow": "^1.1.1",
7879
"prettier-plugin-jsdoc": "^1.0.1",
7980
"release-it": "^16.1.3",
8081
"typescript": "^5.1.6",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)