We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6365c commit e86f413Copy full SHA for e86f413
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "twallpaper",
3
"description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.",
4
- "version": "1.1.5",
+ "version": "1.1.6",
5
"type": "module",
6
"types": "./dist/index.d.ts",
7
"module": "./dist/twallpaper.es.js",
@@ -14,7 +14,6 @@
14
".": {
15
"import": "./dist/twallpaper.es.js",
16
"require": "./dist/twallpaper.cjs.js",
17
- "default": "./dist/twallpaper.es.js",
18
"types": "./dist/index.d.ts"
19
},
20
"./dist/twallpaper.css": "./dist/twallpaper.css",
0 commit comments