Skip to content

Commit

Permalink
project: add
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed May 13, 2016
1 parent d7927db commit 97b3a6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## v0.0.1 2016-05-13
- first publish
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ _50.should.be.ok();
_50.should.equal(20);
```

## Changelog

[CHANGELOG.md](CHANGELOG.md)


## See Also

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@
},
"dependencies": {
"co-mocha": "^1.1.2"
}
},
"files": [
"index.js",
"README.md",
"package.json",
"LICENSE"
]
}

0 comments on commit 97b3a6c

Please sign in to comment.