Skip to content

Commit 2402ba3

Browse files
authored
Add gypfile property to package.jsonfix: fix property order in package.json
Signed-off-by: Kamal Singh Rautela <130351010+rautelaKamal@users.noreply.github.com>
1 parent 2aa45bc commit 2402ba3

File tree

1 file changed

+5
-5
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/erlang/pdf

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test",
2322
"include": "./include",
24-
"src": "./src"
23+
"lib": "./lib",
24+
"src": "./src",
25+
"test": "./test"
2526
},
2627
"types": "./docs/types",
2728
"scripts": {},
@@ -62,6 +63,5 @@
6263
"erlang",
6364
"univariate",
6465
"continuous"
65-
],
66-
"gypfile": true
66+
]
6767
}

0 commit comments

Comments
 (0)