We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cfa8ee + c80a3bb commit 84b3ff7Copy full SHA for 84b3ff7
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imagescript",
3
- "version": "1.2.15",
+ "version": "1.2.16",
4
"description": "zero-dependency javascript image manipulation",
5
"main": "ImageScript.js",
6
"types": "ImageScript.d.ts",
@@ -30,7 +30,7 @@
30
"thumbnail"
31
],
32
"author": "Mathis Mensing <mathis@matmen.dev>",
33
- "license": "AGPL-3.0-or-later",
+ "license": "(AGPL-3.0-or-later OR MIT)",
34
"bugs": {
35
"url": "https://github.com/matmen/ImageScript/issues"
36
},
0 commit comments