@pinerohit11/testwidget 0.1.49 → 0.1.51

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.49",
3
+ "version": "0.1.51",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -45,6 +45,5 @@
45
45
  "typescript",
46
46
  "tailwindcss"
47
47
  ],
48
- "main": "dist/index.js",
49
- "type": "module"
48
+ "main": "dist/index.js"
50
49
  }
File without changes