Skip to content

Commit d25071f

Browse files
authored
Update package.json
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
1 parent 29208e6 commit d25071f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/node_modules/@stdlib/math/base/special/sici/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
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",
2224
"scripts": "./scripts",
23-
"test": "./test",
24-
"include": "./include",
25-
"src": "./src"
25+
"src": "./src",
26+
"test": "./test"
2627
},
2728
"types": "./docs/types",
2829
"scripts": {},

0 commit comments

Comments
 (0)