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.
1 parent 6c492bf commit b33b4d2Copy full SHA for b33b4d2
2 files changed
CONTRIBUTORS
@@ -34,6 +34,7 @@ Justin Dennison <justin1dennison@gmail.com>
34
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
35
Khaldon <kahmd1444@gmail.com>
36
Lovelin <100030865+lovelindhoni@users.noreply.github.com>
37
+Manik Sharma <maniksharma.rke@gmail.com>
38
Marcus Fantham <mfantham@users.noreply.github.com>
39
Matt Cochrane <matthew.cochrane.eng@gmail.com>
40
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
package.json
@@ -14,11 +14,14 @@
14
}
15
],
16
"main": "./lib",
17
+ "gypfile": false,
18
"directories": {
19
"benchmark": "./benchmark",
20
"doc": "./docs",
21
"example": "./examples",
22
+ "include": "./include",
23
"lib": "./lib",
24
+ "src": "./src",
25
"test": "./test"
26
},
27
"types": "./docs/types",
0 commit comments