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.
2 parents d8f3614 + cfe09bd commit d17eed3Copy full SHA for d17eed3
1 file changed
package.json
@@ -1,14 +1,21 @@
1
{
2
"name": "@swup/plugin",
3
"amdName": "SwupPlugin",
4
- "version": "2.0.2",
+ "version": "2.0.3",
5
"description": "Swup base plugin",
6
"type": "module",
7
"source": "src/index.ts",
8
"main": "./dist/index.cjs",
9
"module": "./dist/index.module.js",
10
"unpkg": "./dist/index.umd.js",
11
- "exports": "./dist/index.modern.js",
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "require": "./dist/index.cjs",
15
+ "import": "./dist/index.modern.js",
16
+ "types": "./dist/index.d.ts"
17
+ }
18
+ },
19
"files": [
20
"bin",
21
"dist"
0 commit comments