Update package.json

Reviewed By: jeanlauliac

Differential Revision: D5183469

fbshipit-source-id: 89c17c80398afb7755d8e7dec5116e62fbbc520e
This commit is contained in:
Christoph Pojer 2017-06-06 12:26:13 -07:00 committed by Facebook Github Bot
parent de34d9677c
commit ef7965df63
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.38",
"version": "0.7.3",
"version": "0.7.4",
"npmClient": "yarn",
"packages": [
"packages/*"

View File

@ -1,8 +1,8 @@
{
"version": "0.7.0",
"version": "0.7.4",
"name": "metro-bundler",
"description": "🚇 The JavaScript bundler for React Native.",
"main": "src/index.js",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git@github.com:facebook/metro-bundler.git"