Merge pull request #4 from kylecorbelli/add-placeholder-readme

Add placeholder README
This commit is contained in:
Kyle Corbelli 2017-09-05 06:37:30 -07:00 committed by GitHub
commit cd41476189
2 changed files with 10 additions and 1 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Redux Token Auth
<img src='https://ih1.redbubble.net/image.170071318.1044/ap,550x550,12x16,1,transparent,t.u4.png' height='500'>
This is going to be the raddest client-side solution for user authentication using React and Redux with a Rails backend that uses Devise...
But Ooh Wee! It's not quite ready yet.
Still cleaning up, TypeScripting, and unit testing the s**t out of it.
Documentation to follow.

View File

@ -1,6 +1,6 @@
{
"name": "redux-token-auth",
"version": "0.7.0",
"version": "0.8.0",
"description": "Redux actions and reducers to integrate with Devise Token Auth",
"main": "dist/index.js",
"types": "index.d.ts",