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 1fdf292 commit faf45e7Copy full SHA for faf45e7
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "blobs",
3
- "version": "2.2.1-beta.0",
+ "version": "2.2.1-beta.1",
4
"description": "Random blob generation and animation",
5
"author": "g-harel",
6
"license": "MIT",
7
"main": "index.js",
8
+ "module": "index.module.js",
9
"types": "index.d.ts",
10
"scripts": {
11
"prepack": "npm run build",
0 commit comments