This commit is contained in:
Steve Ruiz 2021-11-28 10:18:55 +00:00
parent 7bf5f5fd8a
commit 893e3dee41
6 changed files with 10 additions and 6 deletions

View file

@ -125,5 +125,5 @@
"typescript": "^4.4.3", "typescript": "^4.4.3",
"vsce": "^2.2.0" "vsce": "^2.2.0"
}, },
"gitHead": "325008ff82bd27b63d625ad1b760f8871fb71af9" "gitHead": "7bf5f5fd8a16081819ed94a9113a2d6e6b8d689e"
} }

View file

@ -89,5 +89,6 @@
"@tldraw/core": "<rootDir>/src", "@tldraw/core": "<rootDir>/src",
"\\~(.*)": "<rootDir>/src/$1" "\\~(.*)": "<rootDir>/src/$1"
} }
} },
"gitHead": "7bf5f5fd8a16081819ed94a9113a2d6e6b8d689e"
} }

View file

@ -33,5 +33,6 @@
"types:build": "tsc -p tsconfig.build.json", "types:build": "tsc -p tsconfig.build.json",
"lint": "eslint src/ --ext .ts,.tsx", "lint": "eslint src/ --ext .ts,.tsx",
"clean": "rm -rf dist" "clean": "rm -rf dist"
} },
"gitHead": "7bf5f5fd8a16081819ed94a9113a2d6e6b8d689e"
} }

View file

@ -35,5 +35,6 @@
}, },
"dependencies": { "dependencies": {
"@tldraw/vec": "^1.2.0" "@tldraw/vec": "^1.2.0"
} },
"gitHead": "7bf5f5fd8a16081819ed94a9113a2d6e6b8d689e"
} }

View file

@ -90,5 +90,5 @@
"\\~(.*)": "<rootDir>/src/$1" "\\~(.*)": "<rootDir>/src/$1"
} }
}, },
"gitHead": "325008ff82bd27b63d625ad1b760f8871fb71af9" "gitHead": "7bf5f5fd8a16081819ed94a9113a2d6e6b8d689e"
} }

View file

@ -31,5 +31,6 @@
"types:build": "tsc -p tsconfig.build.json", "types:build": "tsc -p tsconfig.build.json",
"lint": "eslint src/ --ext .ts,.tsx", "lint": "eslint src/ --ext .ts,.tsx",
"clean": "rm -rf dist" "clean": "rm -rf dist"
} },
"gitHead": "7bf5f5fd8a16081819ed94a9113a2d6e6b8d689e"
} }