Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Oct 31, 2015
1 parent ed26d20 commit c4ed5d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nconf-etcd2",
"version": "1.0.0",
"version": "1.1.0",
"description": "An Etcd2 backend for nconf",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,19 +15,19 @@
"etcd2",
"nconf"
],
"engines":{
"node":">=0.12.0"
"engines": {
"node": ">=0.12.0"
},
"author": "Eric Satterwhite <esatterwhite@wi.rr.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/esatterwhite/nconf-etcd2/issues"
},
"homepage": "https://github.com/esatterwhite/nconf-etcd2#readme",
"bunldedDependencies":[
"aync",
"mout",
"flat"
"bunldedDependencies": [
"aync",
"mout",
"flat"
],
"devDependencies": {
"mocha": "^2.3.3",
Expand Down

0 comments on commit c4ed5d5

Please sign in to comment.