Skip to content

Commit 8648f1a

Browse files
committed
Add export map and keywords
1 parent cdcfdc3 commit 8648f1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "@snout/regexp",
33
"version": "0.0.0",
44
"description": "Utility functions for working with regular expressions",
5+
"keywords": [
6+
"escape",
7+
"escaping",
8+
"regex",
9+
"regexp",
10+
"regular expression",
11+
"regular expressions"
12+
],
513
"repository": "snout-router/regexp",
614
"bugs": "https://github.com/snout-router/regexp/issues",
715
"homepage": "https://snout.dev/regexp",
@@ -13,6 +21,10 @@
1321
"main": "dist/index.js",
1422
"module": "dist/index.es.js",
1523
"typings": "dist/index.d.ts",
24+
"exports": {
25+
"import": "./dist/index.es.js",
26+
"require": "./dist/index.js"
27+
},
1628
"sideEffects": false,
1729
"files": [
1830
"/dist/"

0 commit comments

Comments
 (0)