mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 22:34:58 +00:00
Fix main key in package.json that caused node to fail at importing scribe
This commit is contained in:
parent
c51b9d3fc9
commit
aeef49af13
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"main": "lib/scribe.js",
|
||||
"main": "scribe.js",
|
||||
"scripts": {
|
||||
"test": "grunt nodeunit"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue