Skip to content

Commit

Permalink
Merge pull request #26 from kouhin/release/v1.0.0
Browse files Browse the repository at this point in the history
Release/v1.0.0
  • Loading branch information
kouhin authored Jan 18, 2017
2 parents 3f3a42d + f07ed6b commit 228349b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-dataloader",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Loads async data for Redux apps focusing on preventing duplicated requests and dealing with async dependencies.",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -45,6 +45,7 @@
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
Expand Down

0 comments on commit 228349b

Please sign in to comment.