Skip to content

Commit

Permalink
fix deps ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jun 1, 2015
1 parent 56f1049 commit eefa8ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -10,10 +10,10 @@
"test": "standard && node test.js"
},
"dependencies": {
"char-code-names": "^1.0.2",
"for-in": "^0.1.4",
"is-match": "^0.2.0",
"object.reduce": "^0.1.7"
"char-code-names": "~1.0.2",
"for-in": "~0.1.4",
"is-match": "~0.2.0",
"object.reduce": "~0.1.7"
},
"devDependencies": {
"assertit": "^0.1.0",
Expand Down

0 comments on commit eefa8ad

Please sign in to comment.