From 56100cb24984a25ec0a4cb5c5c0a4dfd51bb9cd4 Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Thu, 7 Dec 2017 14:48:06 +0200 Subject: [PATCH] bump --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb98d2a..ea958a3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "lodash": "^3.10.0", "rxjs": "5.5.2" }, - "description": "Snoopy is a profiling tool for React Native, that lets you snoop on the React Native Bridge.", + "description": + "Snoopy is a profiling tool for React Native, that lets you snoop on the React Native Bridge.", "devDependencies": { "eslint": "4.12.1", "eslint-config-airbnb": "15.1.0", @@ -27,5 +28,5 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "2.0.1" + "version": "2.0.2" }