Skip to content

Commit 35d39ba

Browse files
committed
Change git url to https tarbal download
Some company firewalls will prevent access through a git protocol. Also, by only pointing at a branch we are suseptible to the branch changing without being aware of it. So, change dev dependency to point at a github tagged release tarball download. Fixes react-bootstrap#366
1 parent f393dca commit 35d39ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"mocha": "~1.16.2",
5858
"react": "~0.12.0",
5959
"react-async": "~2.0.0",
60-
"react-router-component": "git://github.com/STRML/react-router-component#react-0.12",
60+
"react-router-component": "https://github.com/STRML/react-router-component/archive/v0.23.0.tar.gz",
6161
"requirejs": "~2.1.9",
6262
"rf-changelog": "^0.4.0",
6363
"semver": "~2.0.7",
6464
"sinon": "^1.10.3"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)