From 7e2c572c4075d8dd6ebc83051685d48383dfd684 Mon Sep 17 00:00:00 2001 From: Yoann FUKS Date: Sat, 15 Oct 2016 14:04:52 +0200 Subject: [PATCH] fix version --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fefc289..5d04294 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "name": "react-native-action-sheet", + "name": "@yfuks/react-native-action-sheet", "description": "React native action sheet with native android", "version": "0.0.1", "main": "index.js", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yfuks/react-native-action-sheet.git" @@ -18,6 +19,9 @@ "action", "sheet" ], + "bugs": { + "url": "https://github.com/yfuks/react-native-action-sheet/issues" + }, "scripts": { "prepublish": "rm -rf android/build Example/android/build Example/android/app/build" }