Add assets copy rule for rnpm

This commit is contained in:
Kureev Alexey
2015-12-09 21:24:36 +01:00
parent 1b50ecf47d
commit 215b07932a

View File

@@ -49,6 +49,9 @@
"peerDependencies": {
"react-native": ">=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc"
},
"rnpm": {
"assets": ["Fonts"]
},
"dependencies": {
"lodash": "^3.8.0",
"yargs": "^3.30.0"