Skip to content

Commit

Permalink
chore(package): remove peer dependencies and preserve versions in dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciborrudnicki committed Oct 2, 2024
1 parent 1d7707f commit b2783d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
16 changes: 7 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-package/indexeddb",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"author": "@angular-package <contact@angular-package.dev>",
"homepage": "",
"description": "Wrapper to IndexedDB client-side storage.",
Expand All @@ -10,13 +10,11 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"rxjs": "^7.8.1",
"stylelint": "^15.10.3",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-order": "^6.0.3"
},
"peerDependencies": {
"rxjs": "^7.8.1",
"stylelint-order": "^6.0.3",
"tslib": "^2.3.0"
},
"scripts": {
Expand Down

0 comments on commit b2783d0

Please sign in to comment.