Skip to content

Instantly share code, notes, and snippets.

@onjiro
Created December 4, 2011 16:06
Show Gist options
  • Save onjiro/1430547 to your computer and use it in GitHub Desktop.
Save onjiro/1430547 to your computer and use it in GitHub Desktop.
package.json in [email protected] for node.exe
{
"name": "hamljs",
"description": "Faster / Express compliant Haml implementation",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/haml.js.git"
},
"author": "TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com)",
"main": "./lib/haml",
"engines": {
"node": "0.4.x"
}
}
@onjiro
Copy link
Author

onjiro commented Dec 4, 2011

main の指定を書き換えることで require の成功を確認(node v0.6.0 を使用)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment