This repository was archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8059148
test: use multihashing-async
dignifiedquire bf54b32
feat: ready for new aegir
dignifiedquire 410c1bb
docs: more badges
dignifiedquire 488173a
fix: correct engines field
dignifiedquire 1334226
chore(travis): correct nodejs versions
dignifiedquire 5ef3071
update aegir
dignifiedquire e32b172
chore(travis): enable native addons
dignifiedquire 3f1fc2f
chore(travis): try new build matrix
dignifiedquire cf0f15a
chore(travis): less builds
dignifiedquire ee7bc93
chore: more config
dignifiedquire aa96305
chore: update sauce badge
dignifiedquire 7842c11
chore: update deps
daviddias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -2,8 +2,7 @@ | |
"name": "cids", | ||
"version": "0.2.0", | ||
"description": "cid implementation", | ||
"main": "lib/index.js", | ||
"jsnext:main": "src/index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test:node": "aegir-test node", | ||
"lint": "aegir-lint", | ||
|
@@ -40,13 +39,13 @@ | |
"multihashes": "^0.2.2" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^8.0.1", | ||
"aegir": "^9.0.1", | ||
"chai": "^3.5.0", | ||
"multihashing": "^0.2.1", | ||
"pre-commit": "^1.1.2" | ||
"multihashing-async": "^0.2.0", | ||
"pre-commit": "^1.1.3" | ||
}, | ||
"engines": { | ||
"node": ">=4.2.2" | ||
"node": ">=4.0.0" | ||
}, | ||
"contributors": [ | ||
"David Dias <[email protected]>", | ||
|
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sauce should be ran in a LTS version of Node.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dignifiedquire