Skip to content

Commit 22c320e

Browse files
author
legitatx
committed
🎨 Update package.json
1 parent 44cefd7 commit 22c320e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@simplifyJobs/webpack-extension-reloader",
3-
"version": "1.1.4",
2+
"name": "@legitatx/webpack-extension-reloader",
3+
"version": "1.1.5",
44
"private": false,
55
"description": "Watch for changes and force the reload of the browser extension",
66
"main": "dist/webpack-extension-reloader.js",
77
"bin": "./dist/webpack-extension-reloader-cli.js",
88
"types": "typings/webpack-extension-reloader.d.ts",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/rubenspgcavalcante/webpack-extension-reloader.git"
11+
"url": "git://github.com/SimplifyJobs/webpack-extension-reloader.git"
1212
},
1313
"husky": {
1414
"hooks": {
@@ -38,9 +38,9 @@
3838
"author": "Rubens Pinheiro Gonçalves Cavalcante",
3939
"license": "MIT",
4040
"bugs": {
41-
"url": "https://github.com/rubenspgcavalcante/webpack-extension-reloader/issues"
41+
"url": "https://github.com/SimplifyJobs/webpack-extension-reloader/issues"
4242
},
43-
"homepage": "https://github.com/rubenspgcavalcante/webpack-extension-reloader#readme",
43+
"homepage": "https://github.com/SimplifyJobs/webpack-extension-reloader#readme",
4444
"keywords": [
4545
"webpack",
4646
"plugin",

0 commit comments

Comments
 (0)