Fixes #4101.
This commit is contained in:
Marius B. Kotsbak 2015-11-12 20:07:28 +01:00
Родитель eae91cc680
Коммит c27cfd38e4
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1,11 +1,16 @@
{
"name": "react-native-cli",
"version": "0.1.7",
"license" : "BSD-3-Clause",
"description": "The React Native CLI tools",
"main": "index.js",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/react-native.git"
},
"scripts": {
"test": "mocha"
},