npm is not picking up the latest version (0.15.2) because index.js still shows the older version (0.15.1):
https://github.com/callemall/material-ui/blob/v0.15.2/package.json#L5
+1 . please, update package.json
I was trying to work around this by setting the package.json dependency like this:
"material-ui": "git://github.com/callemall/material-ui#v0.15.2",
But that isn't working either. Any ideas?
In your package.json you can specify:
"material-ui": "callemall/material-ui#v0.15.2",
Well, I had tried that too, but it didn't work for me. In any case, npm is now reflecting v0.15.2 so this issue can be closed now.
Most helpful comment
+1 . please, update
package.json