montagejs / screening

49 stars 16 forks source link

Update Screening version in master #273

Closed irinamok closed 12 years ago

irinamok commented 12 years ago

Please update Screening version in master to the next milestone (0.12) as version 0.0.0-master seems to have issues with npm install:

Irina-NTVD76:screening ntvd76$ cd server/ Irina-NTVD76:server ntvd76$ npm install npm ERR! Couldn't read dependencies.

npm ERR! Error: Invalid 'version' field: 0.m.0 npm ERR! 'version' Must be X.Y.Z, with an optional trailing tag.

zacharyc commented 12 years ago

I've talked with Kris, I'm going to move version to 0.0.0 in master. This is a clear indication that you aren't on any version, but should still work with NPM install.

I prefer this approach because it clearly indicates cut versions and master.

eliseosoto commented 12 years ago

What version of npm are you using? Works fine for me on npm v1.1.36

I made that change to comply with semantic versioning

irinamok commented 12 years ago

I'm on npm v1.1.12

zacharyc commented 12 years ago

I've solved the solution for all versions by simply using 0.0.0 as our version string