From 5194b1e7e92acaf2c77e51cf477e45bc8c935cc0 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sat, 21 Nov 2015 12:30:33 +0100 Subject: [PATCH] Fix in Readme --- README.md | 6 +++--- package.json | 14 ++++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cbfb678..7fad14d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Re-Natal ### Bootstrap ClojureScript-based React Native apps with Reagent and re-frame -[Dan Motzenbecker](http://oxism.com), MIT License -[@dcmotz](https://twitter.com/dcmotz) +Artur Girenko, MIT License +[@drapanjanas](https://twitter.com/drapanjanas) --- -This project is a fork of [dmotz/natal](https://github.com/dmotz/natal) with +This project is a fork of [dmotz/natal](https://github.com/dmotz/natal) by Dan Motzenbecker with the goal of generating skeleton of native app for iOS and Android based on [Reagent](https://github.com/reagent-project/reagent) and [re-frame](https://github.com/Day8/re-frame). diff --git a/package.json b/package.json index c7d05d7..3bd0b49 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,7 @@ "version": "0.1.7", "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", "main": "index.js", - "author": { - "name": "Dan Motzenbecker", - "url": "http://oxism.com", - "email": "dan@oxism.com" - }, + "author": "Artur Girenko ", "license": "MIT", "dependencies": { "chalk": "^1.1.1", @@ -37,5 +33,11 @@ "android", "reagent", "re-frame" - ] + ], + "bugs": { + "url": "https://github.com/drapanjanas/re-natal/issues" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + } }