Skip to content

Commit

Permalink
travis fix? Force specific version of buster.
Browse files Browse the repository at this point in the history
While I'm at it, also forcing all other dev dependencies to a specific version number.
  • Loading branch information
uglymunky committed Mar 18, 2014
1 parent 2c09121 commit c5f50e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"license": "BSD",
"readmeFilename": "readme.md",
"devDependencies": {
"buster": "~0.7.8",
"buster-coverage": "~0.1.0",
"coveralls": "~2.6.1",
"grunt": "~0.4.1",
"grunt-buster": "~0.3.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-rigger": "~0.5.0"
"buster": "0.7.8",
"buster-coverage": "0.1.0",
"coveralls": "2.6.1",
"grunt": "0.4.1",
"grunt-buster": "0.3.1",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "0.2.7",
"grunt-rigger": "0.5.0"
}
}

0 comments on commit c5f50e2

Please sign in to comment.