Skip to content

Commit 6c4b06f

Browse files
committedJul 13, 2015
Merge pull request #95 from AlexKVal/dep
Update dev dependencies
2 parents 2c12734 + c7b4afd commit 6c4b06f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"type": "git",
2020
"url": "git@github.com:react-bootstrap/react-router-bootstrap.git"
2121
},
22-
"bowerRepo": "git@github.com:react-bootstrap/react-router-bootstrap-bower.git",
2322
"keywords": [
2423
"react",
2524
"react-router",
@@ -58,19 +57,22 @@
5857
"karma-webpack": "^1.5.0",
5958
"lodash": "^3.10.0",
6059
"mocha": "^2.1.0",
61-
"mt-changelog": "^0.5.3",
60+
"mt-changelog": "^0.6.1",
6261
"node-libs-browser": "^0.5.2",
6362
"phantomjs": "^1.9.13",
6463
"react": ">0.10.0",
6564
"react-bootstrap": ">=0.15",
6665
"react-router": ">=0.13.1",
67-
"release-script": "^0.1.0",
66+
"release-script": "^0.2.1",
6867
"shelljs": "^0.5.1",
6968
"webpack": "^1.4.15",
7069
"webpack-dev-server": "^1.7.0",
7170
"yargs": "^3.15.0"
7271
},
7372
"files": [
7473
"lib"
75-
]
74+
],
75+
"release-script": {
76+
"bowerRepo": "git@github.com:react-bootstrap/react-router-bootstrap-bower.git"
77+
}
7678
}

0 commit comments

Comments
 (0)
Please sign in to comment.