-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade datastores for node 10 (#168)
* fix: upgrade datastores for node 10 move the responsibility of levelup browser support to datastore-level License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * chore: add node 10 to jenkins License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> chore: use 10.0 instead of 10.1 License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * chore: update jenkins overrides License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * fix: keep initialized errors separate from unknowns License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * refactor: move error code to an exported constant * chore: update deps License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * chore: update deps
- Loading branch information
Showing
6 changed files
with
16 additions
and
25 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1 @@ | ||
javascript() | ||
javascript(['nodejs_versions': ['8.11.1','9.2.0','10.0.0']]) |
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
'use strict' | ||
|
||
exports.ERR_REPO_NOT_INITIALIZED = 'ERR_REPO_NOT_INITIALIZED' |
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
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