Skip to content

Commit

Permalink
chore: Move autobase to be a dev dependency
Browse files Browse the repository at this point in the history
This module is designed to support autobase but really only needs
something autobase like in interface. autobase is still needed for
testing etc.
  • Loading branch information
lejeunerenard committed Feb 25, 2023
1 parent 60b7c31 commit 15fe526
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
51 changes: 33 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "Sean Zellmer <[email protected]> (http://lejeunerenard.com/)",
"license": "MIT",
"devDependencies": {
"autobase": "github:holepunchto/autobase",
"eslint": "^8.32.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -21,7 +22,6 @@
"tape": "^5.6.3"
},
"dependencies": {
"autobase": "^1.0.0-alpha.8",
"compact-encoding": "^2.11.0",
"corestore": "^6.4.1",
"protomux": "^3.4.1"
Expand Down

0 comments on commit 15fe526

Please sign in to comment.