diff --git a/README.md b/README.md index c0e867d..c0461c3 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ to update this with your PR. changelog --------- +* _1.15.1_ Use coffeescript@1 to avoid potentially breaking change in a minor release * _1.15.0_ Switch to coffeescript package * _1.14.6_ Update dependencies to resolve `npm audit` issues * _1.14.5_ Using ~ instead of ^ for reporter version (thanks to [Maxim-Filimonov](https://github.com/Maxim-Filimonov)) diff --git a/package.json b/package.json index 30d5295..7c62b07 100755 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "license": "MIT", "dependencies": { - "coffeescript": ">=1.0.1", + "coffeescript": "^1.0.1", "jasmine-reporters": "~1.0.0", "jasmine-growl-reporter": "~1.0.1", "requirejs": ">=0.27.1",