Skip to content

Commit

Permalink
fix(index): correct wrong entry
Browse files Browse the repository at this point in the history
  • Loading branch information
CBW2007 committed Jul 24, 2021
1 parent a282d70 commit 8f81e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { SitemapManager } = require('../dist/main')
const { SitemapManager } = require('../dist/index')
const fs = require('fs')

if (fs.existsSync('./public'))
Expand Down
File renamed without changes.

0 comments on commit 8f81e49

Please sign in to comment.