Skip to content

Commit 6cb639c

Browse files
committed
fix(logpdf): fix package.json field ordering to match stdlib conventions
Signed-off-by: Kamal Singh Rautela <e22cseu1624@bennett.edu.in>
1 parent 7ff30a3 commit 6cb639c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16-
"gypfile": true,
1716
"main": "./lib",
17+
"gypfile": true,
1818
"directories": {
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",

0 commit comments

Comments
 (0)