Skip to content

Commit a3c4048

Browse files
Add files property in package for smaller release, bump version
1 parent a5ccbdc commit a3c4048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "matrix-log.js",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A matrix log dependency utility. Useful for converting and testing algorithm behavior of CPU code to GPU code.",
55
"main": "index.js",
66
"scripts": {
77
"test": "jest --env=node"
88
},
9+
"files": ["index.js"],
910
"repository": {
1011
"type": "git",
1112
"url": "git+https://github.com/gpujs/matrix-log.js.git"

0 commit comments

Comments
 (0)