Skip to content

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 28, 2015
1 parent 5d2cfb3 commit 002926f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion Gruntfile.coffee → gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-jscs-checker'
grunt.loadNpmTasks 'grunt-npm'
grunt.loadNpmTasks 'grunt-bump'
grunt.loadNpmTasks 'grunt-auto-release'
grunt.loadNpmTasks 'grunt-conventional-changelog'

grunt.registerTask 'test', ['karma:single', 'karma:config', 'karma:merge']
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,17 @@
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "~2.4.1"
"lodash": "~3.9.3"
},
"devDependencies": {
"coffee-script": "~1.8.0",
"coffee-script": "~1.9.3",
"expect.js": "^0.3.1",
"grunt": "~0.4.3",
"grunt-auto-release": "0.0.6",
"grunt-bump": "0.0.16",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-conventional-changelog": "~0.0.12",
"grunt-jscs-checker": "~0.6.1",
"grunt-bump": "0.3.1",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-conventional-changelog": "~1.2.2",
"grunt-jscs": "~1.8.0",
"grunt-npm": "0.0.2",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.2",
Expand Down

0 comments on commit 002926f

Please sign in to comment.