We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd7af1 commit 4f04200Copy full SHA for 4f04200
config/update-type-consts.js
@@ -1,7 +1,7 @@
1
const ts = require("typescript");
2
const path = require("path");
3
const { writeFileSync } = require("fs");
4
-const { PROPERTIES, EVENTS } = require("../dist/moveable.cjs");
+const { PROPERTIES, EVENTS } = require("../packages/moveable/dist/moveable.cjs");
5
6
const staticConsts = {
7
"ANGULAR_MOVEABLE_INPUTS": PROPERTIES,
0 commit comments