jspm / npm

NPM Location Service
19 stars 34 forks source link

add failing test for pinned version with equals and fix it #57

Closed gustavnikolaj closed 9 years ago

gustavnikolaj commented 9 years ago

I'm trying to port a project running with require.js to jspm. I reached a problem where jspm could not install modules that have dependencies like the following:

{
  "dependencies": {
    "foo": "=1.2.3"
  }
}

This fixes that. :-)

guybedford commented 9 years ago

Thanks so much for this - I've merged manually in https://github.com/jspm/npm/commit/464e3e4ac138e2b6a98ca1dea39d3a00224c47d5 and posted out a 0.21.3 release with the fix.