Skip to content

Commit 4f04200

Browse files
committed
chore: fix angular type script
1 parent 4cd7af1 commit 4f04200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/update-type-consts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const ts = require("typescript");
22
const path = require("path");
33
const { writeFileSync } = require("fs");
4-
const { PROPERTIES, EVENTS } = require("../dist/moveable.cjs");
4+
const { PROPERTIES, EVENTS } = require("../packages/moveable/dist/moveable.cjs");
55

66
const staticConsts = {
77
"ANGULAR_MOVEABLE_INPUTS": PROPERTIES,

0 commit comments

Comments
 (0)