diff --git a/package.json b/package.json index 9b92714..9ae2267 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": false, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types",