We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525dafa commit 8628326Copy full SHA for 8628326
HISTORY.rst
@@ -16,6 +16,7 @@ Unreleased
16
Thank to @gatsinski (#739)
17
* Edit github actions matrix: django 3.2.9 support python 3.10, remove
18
python 4.0 (doesn't exist) and exclude pypy-3.8 for django-main.
19
+* Update package.json due to CoffeeScript on NPM has moved to "coffeescript"
20
* Update setup.py with Django 4.0 and Python 3.10
21
22
2.0.7
package.json
@@ -13,7 +13,7 @@
13
"dependencies": {
14
"babel-cli": "latest",
15
"babel-preset-es2015": "latest",
- "coffee-script": "latest",
+ "coffeescript": "latest",
"less": "latest",
"livescript": "latest",
"node-sass": "latest",
0 commit comments