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 97c19d5 commit 5f5e099Copy full SHA for 5f5e099
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gpu.js",
3
- "version": "2.11.3",
+ "version": "2.11.4",
4
"description": "GPU Accelerated JavaScript",
5
"engines": {
6
"node": ">=8.0.0"
@@ -10,8 +10,8 @@
10
"src",
11
"dist"
12
],
13
- "unpkg": "./dist/gpu-browser.min.js",
14
- "jsdelivr": "./dist/gpu-browser.min.js",
+ "unpkg": "./dist/gpu-browser.js",
+ "jsdelivr": "./dist/gpu-browser.js",
15
"browser": "./dist/gpu-browser.js",
16
"directories": {
17
"doc": "doc",
0 commit comments