Этот коммит содержится в:
JoramWilander
2015-09-23 10:12:40 -04:00
родитель 0391e5fe96
Коммит e4a15076f4
41 изменённых файлов: 1166 добавлений и 194 удалений

Просмотреть файл

@@ -4,13 +4,14 @@
"private": true,
"dependencies": {
"autolinker": "0.18.1",
"babel-runtime": "5.8.24",
"bootstrap-colorpicker": "2.2.0",
"flux": "2.1.1",
"keymirror": "0.1.1",
"marked": "0.3.5",
"object-assign": "3.0.0",
"react-zeroclipboard-mixin": "0.1.0",
"twemoji": "1.4.1",
"babel-runtime": "5.8.24",
"marked": "0.3.5"
"twemoji": "1.4.1"
},
"devDependencies": {
"browserify": "11.0.1",
@@ -28,8 +29,15 @@
},
"browserify": {
"transform": [
["babelify", { "optional": ["runtime"] }],
"envify"
[
"babelify",
{
"optional": [
"runtime"
]
}
],
"envify"
]
},
"jest": {