Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 725608f

Browse files
committed
update name and homepage in package.json and package-lock.json
1 parent 5bf0dd0 commit 725608f

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

examples/add-video-block/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/add-video-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@djsp/block-insert",
3-
"homepage": "https://juliankrispel.github.io/@djsp/core",
2+
"name": "@djsp/add-video-block-example",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
44
"version": "0.1.5",
55
"private": true,
66
"license": "MIT",

examples/block-switcher/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/block-switcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@djsp/block-switcher",
3-
"homepage": "https://juliankrispel.github.io/@djsp/core",
2+
"name": "@djsp/block-switcher-example",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
44
"version": "0.1.5",
55
"private": true,
66
"license": "MIT",

examples/emoji-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@djsp/emoji-example",
3-
"homepage": "https://juliankrispel.github.io/djs-autocomplete",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
44
"version": "0.1.5",
55
"private": true,
66
"license": "MIT",

examples/inline-toolbar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@djsp/inline-toolbar-example",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
34
"version": "0.1.5",
45
"private": true,
56
"license": "MIT",

examples/mentions-example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mentions-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@djsp/autocomplete-example",
3-
"homepage": "https://juliankrispel.github.io/djs-autocomplete",
2+
"name": "@djsp/mentions-example",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
44
"version": "0.1.5",
55
"private": true,
66
"license": "MIT",

examples/static-toolbar-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@djsp/static-toolbar-example",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
34
"version": "0.1.5",
45
"private": true,
56
"license": "MIT",

0 commit comments

Comments
 (0)