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 a5ccbdc commit a3c4048Copy full SHA for a3c4048
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "matrix-log.js",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "A matrix log dependency utility. Useful for converting and testing algorithm behavior of CPU code to GPU code.",
5
"main": "index.js",
6
"scripts": {
7
"test": "jest --env=node"
8
},
9
+ "files": ["index.js"],
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/gpujs/matrix-log.js.git"
0 commit comments