From bdfe943bd560096bb8277a4a1f3cbf512a1ce7f5 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 18 Oct 2017 11:05:43 -0700 Subject: [PATCH] 0.1.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c908bc86..421641e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-web", - "version": "0.1.9", + "version": "0.1.10", "description": "React Native for Web", "main": "dist/index.js", "files": [ @@ -25,7 +25,7 @@ "lint": "yarn lint:cmd -- babel benchmarks docs jest src", "lint:cmd": "eslint --ignore-path .gitignore --fix", "precommit": "lint-staged", - "release": "yarn clean-dist && yarn lint && yarn test && yarn build && npm publish", + "release": "yarn clean-dist && yarn lint && yarn build && yarn test && npm publish", "test": "flow && jest", "test:ci": "yarn clean-dist && yarn compile && yarn test" },