Skip to content

Commit

Permalink
Fix in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Nov 21, 2015
1 parent c288372 commit 5194b1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
},
"author": "Artur Girenko <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 5194b1e

Please sign in to comment.