This commit is contained in:
Guy Bedford
2016-01-17 18:23:55 +02:00
parent 3479393c5d
commit 8cf5f2b817
+24
View File
@@ -0,0 +1,24 @@
{
"dependencies": {
"fbjs": "^0.6.1"
},
"format": "cjs",
"meta": {
"*": {
"globals": {
"process": "process"
}
}
},
"map": {
"fbjs/lib/ExecutionEnvironment.js": {
"production": "@empty"
},
"./lib/ReactDefaultPerf.js": {
"production": "@empty"
},
"./lib/ReactTestUtils.js": {
"production": "@empty"
}
}
}