Skip to content

Commit 8bf75fe

Browse files
Updated react-material dependency to fix Chrome's webkitTapHighlightColor errors.
1 parent ca8c27a commit 8bf75fe

File tree

3 files changed

+51
-39
lines changed

3 files changed

+51
-39
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_appName__",
33
"description": "__MSG_appDescription__",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"manifest_version": 2,
66
"default_locale": "en",
77
"permissions": [

package-lock.json

Lines changed: 48 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallax-ide",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.",
55
"main": "index.js",
66
"directories": {
@@ -19,7 +19,7 @@
1919
"raw-loader": "^0.5.1",
2020
"react": "^0.13.1",
2121
"react-loader": "^1.2.0",
22-
"react-material": "git://github.com/iceddev/react-material#fake-release-13",
22+
"react-material": "git://github.com/PropGit/react-material#0.14",
2323
"react-mfb-iceddev": "^0.1.0",
2424
"react-router": "^1.0.0-rc1",
2525
"react-style": "^0.4.0",

0 commit comments

Comments
 (0)