Skip to content

Commit a00a7b5

Browse files
authored
Update package.json to include gypfile and src directory
Added gypfile and updated directories to include src. Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
1 parent 7f265a4 commit a00a7b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/erlang/logpdf

lib/node_modules/@stdlib/stats/base/dists/erlang/logpdf/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

0 commit comments

Comments
 (0)