From: Jeremy Mordkoff Date: Sat, 2 Apr 2016 02:08:07 +0000 (-0400) Subject: fix the source path for open-iconic X-Git-Tag: v0.0~15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=bc77e2810e21a52260aa86ede901c4fc54045c54;p=osm%2Friftware.git fix the source path for open-iconic Signed-off-by: Jeremy Mordkoff --- diff --git a/modules/ui/composer/webapp/package.json b/modules/ui/composer/webapp/package.json index 550c395..4603555 100644 --- a/modules/ui/composer/webapp/package.json +++ b/modules/ui/composer/webapp/package.json @@ -27,7 +27,7 @@ "normalize.css": "^3.0.3", "numeral": "^1.5.3", "object-assign": "^4.0.1", - "open-iconic": "^1.1.1", + "open-iconic": "git+https://github.com/iconic/open-iconic.git", "prismjs": "^1.3.0", "react": "^0.14.7", "react-addons-css-transition-group": "^0.14.7",