rf / mockti

titanium mocking
MIT License
27 stars 9 forks source link

"mockti" npm package v1.0.3 does not include the mockti.js. #7

Closed shiwano closed 11 years ago

shiwano commented 11 years ago

Hi, mockti is very useful! But now, "mockti" npm package v1.0.3 does not include the mockti.js.

$ npm install mockti
mockti@1.0.3 node_modules/mockti
├── eventemitter2@0.4.13
├── underscore@1.5.2
├── request@2.9.203
└── MD5@1.0.0 (charenc@0.0.1, crypt@0.0.1)
$ ls node_modules/mockti
README.md  api.jsca  node_modules  package.json

So I couldn't use the mockti module in my project. Could you re-publish it? Thanks.

rf commented 11 years ago

This is really weird, I'll take a look now

rf commented 11 years ago

Should be fixed, it was because of the files array change in package.json

shiwano commented 11 years ago

I could confirm the fix. Thanks a lot!