-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Move autobase to be a dev dependency
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
1 parent
60b7c31
commit 15fe526
Showing
2 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|