We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e6d9c commit a45fec0Copy full SHA for a45fec0
bin/broadcast-calendar.js
@@ -1,5 +1,5 @@
1
#!/usr/bin/env node
2
-const calendar = require("../lib");
+const calendar = require("../build");
3
4
const now = calendar.DateTime.now();
5
const usageHelp = `
0 commit comments