Skip to content

Commit

Permalink
v1.1.0 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Techniv committed May 8, 2014
1 parent 1188c89 commit 5585fdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.1.0
- Add static configuration items.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ server.js
var myPort = params.listenPort;
var verbose = params.verbose;
```

If you give a simple string to the `configure()` method, witch represent the path of
a JSON file, cmd-conf try to resolve path and load config from this file.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cmd-conf",
"description": "A command line analyser for Node.JS",
"version": "1.0.0-beta",
"version": "1.1.0",
"author": "Vincent Peybernes [Techniv] <[email protected]>",
"url": "https://github.com/Techniv/node-cmd-conf",
"repository": {"type": "git", "url": "https://github.com/Techniv/node-cmd-conf.git"},
Expand Down

0 comments on commit 5585fdb

Please sign in to comment.