Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Nov 21, 2016
1 parent d8d40f5 commit 8be88bf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
@@ -1,16 +1,21 @@
{
"name": "node-lol",
"description": "I CAN HAS NODE.JS",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/bjouhier/node-lol.git"
},
"engines": { "node": ">=0.6.0" },
"dependencies": {
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"streamline": "^0.4.11"
},
"author": "Bruno Jouhier",
"directories": {"lib": "./lib", "bin": "./bin" },
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"main": "lib/index.js"
}

0 comments on commit 8be88bf

Please sign in to comment.