Skip to content

Commit

Permalink
Update license, add repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evanhobbs committed May 17, 2017
1 parent 91ca35a commit fd6074c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "redux-easy-async",
"version": "0.0.11",
"version": "0.0.12",
"description": "Redux Easy Async makes handling asynchronous actions, such as API requests, simple, reliable, and powerful",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,11 @@
"docs": "node build-docs.js"
},
"author": "Evan Hobbs <evanhobbs@gmail.com>",
"license": "",
"repository": {
"type": "git",
"url": "https://github.com/evanhobbs/redux-easy-async"
},
"license": "Apache-2.0",
"dependencies": {
"chai": "^3.5.0",
"flux-standard-action": "^1.2.0",
Expand Down

0 comments on commit fd6074c

Please sign in to comment.