Skip to content

Commit e81feb4

Browse files
committed
feat: expose command entries
1 parent 418c4f1 commit e81feb4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@
1515
"url": "https://github.com/antfu-collective/ni/issues"
1616
},
1717
"exports": {
18-
".": "./dist/index.mjs"
18+
".": "./dist/index.mjs",
19+
"./ni": "./dist/ni.mjs",
20+
"./nci": "./dist/nci.mjs",
21+
"./nr": "./dist/nr.mjs",
22+
"./nu": "./dist/nu.mjs",
23+
"./nlx": "./dist/nlx.mjs",
24+
"./na": "./dist/na.mjs",
25+
"./nun": "./dist/nun.mjs"
1926
},
2027
"main": "./dist/index.mjs",
2128
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)