Skip to content

Commit

Permalink
Updated dependency versions of textom and istanbul to 0.0.17 and 0.2.…
Browse files Browse the repository at this point in the history
…11, respectively
  • Loading branch information
wooorm committed Jun 11, 2014
1 parent 912b783 commit 2c1fa25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"textom"
],
"dependencies": {
"wooorm/textom": "^0.0.16"
"wooorm/textom": "^0.0.17"
},
"scripts" : [
"index.js"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"author": "Titus Wormer <tituswormer@gmail.com>",
"license": "MIT",
"dependencies": {
"textom": "~0.0.16"
"textom": "~0.0.17"
},
"devDependencies": {
"complexity-report": "~1.0.3",
"eslint": "^0.6.2",
"istanbul": "~0.2.10",
"istanbul": "~0.2.11",
"jscs": "^1.4.5",
"mocha": "~1.20.1"
},
Expand Down

0 comments on commit 2c1fa25

Please sign in to comment.