Fix main key in package.json that caused node to fail at importing scribe

This commit is contained in:
Guillaume Wuip 2014-12-21 13:08:06 +01:00
parent c51b9d3fc9
commit aeef49af13

View file

@ -22,7 +22,7 @@
"url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT" "url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT"
} }
], ],
"main": "lib/scribe.js", "main": "scribe.js",
"scripts": { "scripts": {
"test": "grunt nodeunit" "test": "grunt nodeunit"
}, },