Skip to content

Commit eb41bfa

Browse files
committed
build: updated repository field in package.json files
1 parent 8c893be commit eb41bfa

197 files changed

Lines changed: 197 additions & 197 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

demo/jquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/tsparticles/jquery.git"
11+
"url": "git+https://github.com/tsparticles/tsparticles.git"
1212
},
1313
"scripts": {
1414
"build": "pnpm run build:style && pnpm run build:index",

demo/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/tsparticles/preact.git"
12+
"url": "git+https://github.com/tsparticles/tsparticles.git"
1313
},
1414
"eslintConfig": {
1515
"extends": "preact",

demo/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "lib/vue.js",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/tsparticles/vue2.git"
12+
"url": "git+https://github.com/tsparticles/tsparticles.git"
1313
},
1414
"scripts": {
1515
"dev": "vue-cli-service serve",

demo/webcomponents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/tsparticles/webcomponents.git"
15+
"url": "git+https://github.com/tsparticles/tsparticles.git"
1616
},
1717
"bugs": {
1818
"url": "https://github.com/tsparticles/webcomponents/issues"

palettes/atmosphere/coloredSmokeBlue/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://particles.js.org",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tsparticles/palettes.git",
8+
"url": "git+https://github.com/tsparticles/tsparticles.git",
99
"directory": "palettes/atmosphere/coloredSmokeBlue"
1010
},
1111
"keywords": [

palettes/atmosphere/coloredSmokeGreen/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://particles.js.org",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tsparticles/palettes.git",
8+
"url": "git+https://github.com/tsparticles/tsparticles.git",
99
"directory": "palettes/atmosphere/coloredSmokeGreen"
1010
},
1111
"keywords": [

palettes/atmosphere/coloredSmokeMagenta/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://particles.js.org",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tsparticles/palettes.git",
8+
"url": "git+https://github.com/tsparticles/tsparticles.git",
99
"directory": "palettes/atmosphere/coloredSmokeMagenta"
1010
},
1111
"keywords": [

palettes/atmosphere/coloredSmokeOrange/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://particles.js.org",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tsparticles/palettes.git",
8+
"url": "git+https://github.com/tsparticles/tsparticles.git",
99
"directory": "palettes/atmosphere/coloredSmokeOrange"
1010
},
1111
"keywords": [

palettes/atmosphere/coloredSmokePurple/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://particles.js.org",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tsparticles/palettes.git",
8+
"url": "git+https://github.com/tsparticles/tsparticles.git",
99
"directory": "palettes/atmosphere/coloredSmokePurple"
1010
},
1111
"keywords": [

palettes/atmosphere/coloredSmokeRainbow/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://particles.js.org",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tsparticles/palettes.git",
8+
"url": "git+https://github.com/tsparticles/tsparticles.git",
99
"directory": "palettes/atmosphere/coloredSmokeRainbow"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)