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 baf4a0e commit 5879fd2Copy full SHA for 5879fd2
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "django-npm-mjs"
10
-version = "3.2.0"
+version = "3.2.1"
11
description = "A Django package to use npm.js dependencies and transpile ES2015+"
12
license = "LGPL-3.0-or-later"
13
readme = "README.md"
requirements.txt
@@ -1,2 +1,2 @@
1
Django >= 3.2
2
-pyjson5 == 1.6.8
+pyjson5 == 1.6.9
0 commit comments