Skip to content

Commit

Permalink
Merge pull request #10 from component/fix/npm
Browse files Browse the repository at this point in the history
updating package.json + requires to fix npm
  • Loading branch information
TooTallNate committed Feb 26, 2014
2 parents b9d563d + fd07b10 commit 4e8d572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.2.1",
"description": "Array / object / string iteration utility",
"dependencies": {
"component-type": "*",
"to-function": "*"
"component-type": "~1.0.0",
"to-function": "~1.2.1"
},
"browser": {
"type": "type-component"
Expand Down

0 comments on commit 4e8d572

Please sign in to comment.