Skip to content

Commit

Permalink
init package
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 2, 2017
0 parents commit 71f799a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name": "create-reducers",
"version": "1.0.0",
"description": "create reducers to use with data-based control flow",
"main": "index.js",
"author": "chee <chee@snake.dog>",
"license": "MIT",
"repository": "https://github.com/chee/create-reducers",
"dependencies": {
"object-with-default-value": "^1.0.0"
}
}
7 changes: 7 additions & 0 deletions yarn.lock
@@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


object-with-default-value@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/object-with-default-value/-/object-with-default-value-1.0.0.tgz#5b36f147300bf744c9fecf6e7869a86a4d39248c"

0 comments on commit 71f799a

Please sign in to comment.