Skip to content

Commit 906aaef

Browse files
cyanzhongmarijnh
authored andcommitted
Remove unused import in build-readme.js
1 parent b9489cd commit 906aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Function to build github-proof readmes that contain the package's API
22
// docs as HTML.
33

4-
const {core, nonCore} = require("./packages")
4+
const {core} = require("./packages")
55
const {gather, gatherMany} = require("getdocs-ts")
66
const {build, browserImports} = require("builddocs")
77
const {join} = require("path"), fs = require("fs")

0 commit comments

Comments
 (0)