Skip to content

Commit 6fb29d8

Browse files
committed
Keep empty dependencies inside package.json
1 parent a813621 commit 6fb29d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install",
3131
"publish:beta": "npm version 0.10.0-beta.1 && npm publish --tag next --dry-run"
3232
},
33+
"dependencies": {},
3334
"peerDependencies": {
3435
"bootstrap": ">=5"
3536
},

0 commit comments

Comments
 (0)