Skip to content

Commit

Permalink
[package.json] Release to v1.0.3
Browse files Browse the repository at this point in the history
  * Update data and version
  • Loading branch information
Nicolab committed Oct 20, 2014
1 parent f551046 commit 5401ccc
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "noder.io",
"version": "1.0.2",
"description": "Noder.io provides a lightweight IOC container to build the core of a scalable API. No dependencies, works on Node.js and in the browser (only 4kb).",
"version": "1.0.3",
"description": "Noder.io provides a lightweight IoC container to build the core of a scalable API. No dependencies, works on Node.js and in the browser (only 4kb).",
"main": "src/index.js",
"keywords": [
"ioc",
Expand All @@ -16,19 +16,21 @@
"name": "Nicolas Tallefourtane",
"url": "http://nicolab.net"
},
"license": "MIT",
"engines": {
"node": "~0.10.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"unit.js": ">= 1.0.0 < 2.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/noder-io/noder.io/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "[email protected]:noder-io/noder.io.git"
},
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"mocha": "^1.21.4",
"unit.js": ">= 1.0.0 < 2.0.0"
}
}

0 comments on commit 5401ccc

Please sign in to comment.