Skip to content

Commit

Permalink
Update jasmine to latest version.
Browse files Browse the repository at this point in the history
This fixes a bug related to newer versions of NPM and how dependencies are installed in the `node_modules/` directory.

Closes #74.
  • Loading branch information
cjsaylor committed Jan 18, 2017
1 parent 41daea0 commit 018ef80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-wrap": "^0.3.0",
"lodash": "^2.4.1"
}
}
}

0 comments on commit 018ef80

Please sign in to comment.