Closed ForbesLindesay closed 12 years ago
The version of this in npm has "main": "index" in package.json but doesn't have any file index.js. It needs updating in npm. Current version breaks unit tests for consolidate.js
"main": "index"
package.json
index.js
0.6.0 should be fine "main": "lib/haml.js"
"main": "lib/haml.js"
The version of this in npm has
"main": "index"
inpackage.json
but doesn't have any fileindex.js
. It needs updating in npm. Current version breaks unit tests for consolidate.js