tj / haml.js

Faster Haml JavaScript implementation for nodejs
409 stars 42 forks source link

Really old version of hamljs on npm #41

Closed chowey closed 10 years ago

chowey commented 12 years ago

Can you please push a new version of hamljs to the npm repository?

Right now if you do npm install hamljs, you get version 0.4.5.

With version 0.4.5, there is no "index.js", and no "main" specified in "package.json", so require('hamljs') doesn't even work.

I see this is fixed with version 0.5.1, so it should be easy enough to just push the latest version to the npm repository.

chowey commented 12 years ago

My bad, somehow I had a really old copy cached on my computer.

chowey commented 12 years ago

Somehow the latest version is also broken on require('hamljs'). Somehow npm install hamljs -f gives me v0.5.2, but there is no index.js file which breaks require('hamljs'). This is really weird since index.js exists in the public github repo.

chowey commented 12 years ago

(This issue came up from isaacs/npm#1903.)