Skip to content

Commit 4e49e3a

Browse files
authored
Merge pull request #29 from nmicht/feature/coveralls
Upgrade version to 1.0.2
2 parents 7fb6de9 + 96ddb2b commit 4e49e3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3+
## 1.0.2
4+
* Test coverage with coveralls and nyc
5+
36
## 1.0.1
4-
* Test coverage with coveralls, mocha and travis
7+
* Travis setup to deploy npm package
58

69
## 1.0.0
710
* Settings is a global object handle from an accessible json file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nodejs-project",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An npm initializer to scaffold a node project and include basic tools like lint, testing, etc.",
55
"main": "src/index.js",
66
"bin": "src/index.js",

0 commit comments

Comments
 (0)