Skip to content

Commit 88f4022

Browse files
committedOct 14, 2021
Add export map and keywords
1 parent a338d28 commit 88f4022

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎package.json

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@snout/router-path",
33
"version": "0.0.0",
44
"description": "A simple, light-weight, type-safe router path implementation",
5+
"keywords": [
6+
"path",
7+
"route",
8+
"router",
9+
"routing"
10+
],
511
"repository": "snout-router/router-path",
612
"bugs": "https://github.com/snout-router/router-path/issues",
713
"homepage": "https://snout.dev/router-path",
@@ -13,6 +19,10 @@
1319
"main": "dist/index.js",
1420
"module": "dist/index.es.js",
1521
"typings": "dist/index.d.ts",
22+
"exports": {
23+
"import": "./dist/index.es.js",
24+
"require": "./dist/index.js"
25+
},
1626
"sideEffects": false,
1727
"files": [
1828
"/dist/"

0 commit comments

Comments
 (0)
Please sign in to comment.