Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit af824bf

Browse files
committed
Tweaks for npm
1 parent 21969b7 commit af824bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "hover-position",
2+
"name": "@topmarksdevelopment/hover-position",
33
"version": "0.0.0-alpha.0",
4+
"preview": true,
45
"description": "A compact tool to help position an element against another. Similar to JQuery `.position()`",
56
"main": "src/index.js",
67
"scripts": {
@@ -23,5 +24,6 @@
2324
"homepage": "https://github.com/TopMarksDevelopment/JavaScript.HoverPosition#readme",
2425
"devDependencies": {
2526
"typescript": "^4.2.4"
26-
}
27+
},
28+
"dependencies": {}
2729
}

0 commit comments

Comments
 (0)