@pinerohit11/testwidget 0.1.47 → 0.1.49

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -45,5 +45,6 @@
45
45
  "typescript",
46
46
  "tailwindcss"
47
47
  ],
48
- "main": "dist/index.js"
48
+ "main": "dist/index.js",
49
+ "type": "module"
49
50
  }
File without changes