Rename yellowlabtools.js to index.js and change the way to call it

This commit is contained in:
Gaël Métais
2015-01-06 22:50:32 +01:00
parent 079ec94197
commit 377dee7d83
5 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"bin": {
"yellowlabtools": "./bin/cli.js"
},
"main": "./lib/yellowlabtools.js",
"main": "./lib/index.js",
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.10.0",