We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exports
1 parent 3bfc99c commit 81bb8e5Copy full SHA for 81bb8e5
package.json
@@ -3,6 +3,10 @@
3
"version": "2.1.0",
4
"description": "Determine if a function is a native async function.",
5
"main": "index.js",
6
+ "exports": {
7
+ ".": "./index.js",
8
+ "./package.json": "./package.json"
9
+ },
10
"scripts": {
11
"prepack": "npmignore --auto --commentLines=autogenerated",
12
"prepublishOnly": "safe-publish-latest",
0 commit comments