Skip to content

Commit 60349bb

Browse files
committed
[package.json] Release to v1.1.0
1 parent b95dbf0 commit 60349bb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "noder.io",
3-
"version": "1.0.3",
4-
"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).",
3+
"version": "1.1.0",
4+
"description": "A lightweight IoC container to build the core of a scalable and modular API (inspired by Angular and Pimple). No dependencies, works on Node.js and in the browser (only 7kb).",
55
"main": "src/index.js",
66
"keywords": [
77
"ioc",
@@ -10,7 +10,8 @@
1010
"toolkit",
1111
"framework",
1212
"lib",
13-
"node"
13+
"node",
14+
"plugin"
1415
],
1516
"author": {
1617
"name": "Nicolas Tallefourtane",

0 commit comments

Comments
 (0)