Skip to content

Commit b49d08c

Browse files
committed
Switched to actual HoverPosition
Switched the package reference for `HoverPosition` from a file to a `git` reference
1 parent 814d9f6 commit b49d08c

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

package-lock.json

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"typescript": "^4.2.4"
2626
},
2727
"dependencies": {
28-
"hoverposition": "file:../HoverPosition"
28+
"hover-position": "git+https://github.com/TopMarksDevelopment/JavaScript.HoverPosition.git"
2929
}
3030
}

src/Index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HoverPosition } from "hoverposition";
1+
import { HoverPosition } from "hover-position";
22
import HoverOptions from "./Interfaces/HoverOptions";
33

44
export class HoverBox {

src/Interfaces/HoverOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CombinedAlignment, PositionAlignment, PositionCollision } from "hoverposition";
1+
import { CombinedAlignment, PositionAlignment, PositionCollision } from "hover-position";
22

33
export default interface HoverOptions {
44
setMy?: PositionAlignment;

0 commit comments

Comments
 (0)