Skip to content

Commit 3cc8987

Browse files
fix: Underscore and test, version bump, and code coverage command
ty c8!
1 parent b69644c commit 3cc8987

File tree

14 files changed

+11904
-11897
lines changed

14 files changed

+11904
-11897
lines changed

dist/gpu-browser-core.js

Lines changed: 5619 additions & 5640 deletions
Large diffs are not rendered by default.

dist/gpu-browser-core.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gpu-browser.js

Lines changed: 5613 additions & 5634 deletions
Large diffs are not rendered by default.

dist/gpu-browser.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpu.js",
3-
"version": "2.6.7",
3+
"version": "2.6.8",
44
"description": "GPU Accelerated JavaScript",
55
"engines": {
66
"node": ">=8.0.0"
@@ -27,6 +27,7 @@
2727
"benchmark": "^2.1.4",
2828
"browser-sync": "^2.26.7",
2929
"browserify": "^16.2.3",
30+
"c8": "^7.0.1",
3031
"gulp": "^4.0.0",
3132
"gulp-concat": "^2.6.0",
3233
"gulp-header": "^1.7.1",
@@ -44,6 +45,7 @@
4445
},
4546
"scripts": {
4647
"test": "qunit",
48+
"coverage": "c8 qunit",
4749
"setup": "npm i -g gulp-cli",
4850
"make": "gulp make",
4951
"docs": "doxdox ./src --layout bootstrap --output docs.html"

0 commit comments

Comments
 (0)