Material-ui: update index.js to reflect version 0.15.2

Created on 9 Jul 2016  路  4Comments  路  Source: mui-org/material-ui

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

Most helpful comment

+1 . please, update package.json

All 4 comments

+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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reflog picture reflog  路  3Comments

ryanflorence picture ryanflorence  路  3Comments

ghost picture ghost  路  3Comments

chris-hinds picture chris-hinds  路  3Comments

anthony-dandrea picture anthony-dandrea  路  3Comments