From 6c578d1c6b61b509680159cbf2eefcd01744643b Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Fri, 31 Aug 2018 16:14:38 -0400 Subject: [PATCH] Use coffeescript@1 (quick fix) to avoid potentially breaking change in a minor release and mark version 1.15.1 ref: #433 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",