Skip to content

Commit faf45e7

Browse files
committed
include all changes from #7
1 parent 1fdf292 commit faf45e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "blobs",
3-
"version": "2.2.1-beta.0",
3+
"version": "2.2.1-beta.1",
44
"description": "Random blob generation and animation",
55
"author": "g-harel",
66
"license": "MIT",
77
"main": "index.js",
8+
"module": "index.module.js",
89
"types": "index.d.ts",
910
"scripts": {
1011
"prepack": "npm run build",

0 commit comments

Comments
 (0)