Skip to content

Commit f6d55fc

Browse files
committed
Fix the bundler
1 parent e7669c7 commit f6d55fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"example": "node example/node.js",
7070
"cpd": "node_modules/jscpd/bin/jscpd src",
7171
"vulnerabilities": "npm audit --production",
72-
"build": "microbundle --target node src/objects.js"
72+
"build": "microbundle --target node src/helpers.js"
7373
},
7474
"devDependencies": {
7575
"@hckrnews/eslint-config": "^3.0.0",

0 commit comments

Comments
 (0)