-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests rewritten with node.js assert module. Updated readme. Exports for older node.js versions. Drop support for micro tag. Second level might only be a modifier.
- Loading branch information
1 parent
894fe0f
commit 9069893
Showing
36 changed files
with
7,042 additions
and
855 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
maintained node versions |
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"versioning": { | ||
"scheme": "calver", | ||
"format": "yy.mm.minor" | ||
}, | ||
"npm": { | ||
"enable": true, | ||
"updatePkgJson": true, | ||
"publish": true, | ||
"publishCmdSuffix": "--access public" | ||
}, | ||
"github": { | ||
"enable": true, | ||
"release": true | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.