Removing js map from react bootstrap to make safari happy.

Adding babel runtime to build process because Safari hasen't gotten with
the program yet.
This commit is contained in:
Christopher Speller
2015-09-16 08:53:58 -04:00
parent 9f2cd77dc8
commit 395e5cd854
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,8 @@
"keymirror": "0.1.1",
"object-assign": "3.0.0",
"react-zeroclipboard-mixin": "0.1.0",
"twemoji": "1.4.1"
"twemoji": "1.4.1",
"babel-runtime": "5.8.24"
},
"devDependencies": {
"browserify": "11.0.1",
@@ -26,8 +27,8 @@
},
"browserify": {
"transform": [
"babelify",
"envify"
["babelify", { "optional": ["runtime"] }],
"envify"
]
},
"jest": {

File diff suppressed because one or more lines are too long