Main module file fixed

This commit is contained in:
2015-08-02 20:20:01 +02:00
parent 3c116ed5aa
commit fd124d47f5

View File

@@ -2,7 +2,7 @@
"name": "modular",
"version": "1.0.0",
"description": "Module path abstraction and mock framework",
"main": "",
"main": "lib/modular.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},