Skip to content

Commit 1fc5798

Browse files
committed
update exports
1 parent 4c469e3 commit 1fc5798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "negotiator-es",
33
"description": "HTTP content negotiation",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"contributors": [
66
"Douglas Christopher Wilson <[email protected]>",
77
"Federico Romero <[email protected]>",
@@ -38,7 +38,7 @@
3838
"test-lcov": "node --test --experimental-test-coverage --test-reporter=lcov"
3939
},
4040
"type": "module",
41-
"module": "dist/index.js",
42-
"types": "dist/index.d.ts",
41+
"exports": "./dist/index.js",
42+
"types": "./dist/index.d.ts",
4343
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4444
}

0 commit comments

Comments
 (0)