-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove Greenkeeper badge * Example -> Usage * Tweak API * Remove Publishers header * Tweak License * Add level badge * Travis badge as svg * Add npm badge * Add node badge * Add dependencies badge * Add standard badge * Add downloads badge
- Loading branch information
1 parent
3089e2c
commit 0b4d52b
Showing
4 changed files
with
30 additions
and
32 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,7 +1,7 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- 10 | ||
- 9 | ||
- 8 | ||
- 6 | ||
- 8 | ||
- 9 | ||
- 10 |
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 |
---|---|---|
|
@@ -17,5 +17,8 @@ | |
"tape": "^4.4.0", | ||
"through2": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"license": "MIT" | ||
} |