Skip to content

Commit

Permalink
Update several package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfarljw committed Feb 4, 2017
1 parent 56109a7 commit 54c13ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mcfarljw/datauri-brunch.git"
"url": "https://github.com/mcfarljw/datauri-brunch"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"async": "~2.1.0",
"lodash": "~4.17.0",
"loggy": "~0.3.0",
"mime-types": "~2.1.0"
"async": "~2.1",
"lodash": "~4.17",
"loggy": "~1.0",
"mime-types": "~2.1"
},
"devDependencies": {
"chai": "~3.5.0",
"mocha": "~3.1.0"
"chai": "~3.5",
"mocha": "~3.2"
}
}

0 comments on commit 54c13ac

Please sign in to comment.