Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit ced96f4

Browse files
committed
Move babel-runtime to dependencies and bump to 0.0.20
1 parent 6bb422a commit ced96f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-datetimepicker",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"main": [
55
"./dist/react-bootstrap-datetimepicker.min.js"
66
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-datetimepicker",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "A bootstrap datetime picker component for React.js",
55
"homepage": "http://dev.quri.com/react-bootstrap-datetimepicker/",
66
"repository": {
@@ -56,7 +56,6 @@
5656
"babel-eslint": "^3.1.23",
5757
"babel-jest": "^5.3.0",
5858
"babel-loader": "^5.3.1",
59-
"babel-runtime": "^5.6.18",
6059
"envify": "~3.2.0",
6160
"eslint": "^0.24.1",
6261
"eslint-plugin-jasmine": "^1.1.0",
@@ -81,6 +80,7 @@
8180
"webpack-dev-server": "^1.7.0"
8281
},
8382
"dependencies": {
83+
"babel-runtime": "^5.6.18",
8484
"classnames": "^2.1.2",
8585
"moment": "^2.8.2",
8686
"react-bootstrap": "^0.16.1"

0 commit comments

Comments
 (0)