Skip to content

Commit 98b33a6

Browse files
authored
[no-ticket] set up to publish (#5)
1 parent 3f150dd commit 98b33a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-observers",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "ESLint plugin for preventing memory leaks around observers (ResizeObserver, IntersectionObserver, MutationObserver)",
55
"main": "lib/index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": ""
14+
"url": "git+https://github.com/gquinteros93/eslint-plugin-observers.git"
1515
},
1616
"keywords": [
1717
"eslint",
@@ -26,9 +26,9 @@
2626
"author": "German Quinteros",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": ""
29+
"url": "https://github.com/gquinteros93/eslint-plugin-observers/issues"
3030
},
31-
"homepage": "",
31+
"homepage": "https://github.com/gquinteros93/eslint-plugin-observers",
3232
"private": true,
3333
"peerDependencies": {
3434
"eslint": ">=0.8.0"

0 commit comments

Comments
 (0)