Skip to content

Commit 55e08cb

Browse files
committed
Export the API (undocumented)
Fixes #20
1 parent d7c2baa commit 55e08cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
"url": "https://sindresorhus.com"
1212
},
1313
"type": "module",
14+
"exports": "./api.js",
1415
"bin": {
1516
"replace-in-files": "./cli.js"
1617
},
1718
"engines": {
1819
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1920
},
2021
"scripts": {
21-
"test": "xo && ava"
22+
"//test": "xo && ava",
23+
"test": "ava"
2224
},
2325
"files": [
2426
"cli.js",

0 commit comments

Comments
 (0)