diff --git a/HISTORY.rst b/HISTORY.rst index 1dcbb145..7c5114da 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -16,6 +16,7 @@ Unreleased Thank to @gatsinski (#739) * Edit github actions matrix: django 3.2.9 support python 3.10, remove python 4.0 (doesn't exist) and exclude pypy-3.8 for django-main. +* Update package.json due to CoffeeScript on NPM has moved to "coffeescript" * Update setup.py with Django 4.0 and Python 3.10 2.0.7 diff --git a/package.json b/package.json index b36a7256..fc92611f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "babel-cli": "latest", "babel-preset-es2015": "latest", - "coffee-script": "latest", + "coffeescript": "latest", "less": "latest", "livescript": "latest", "node-sass": "latest",