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

Commit b3409fa

Browse files
committed
bump version and update homepage
1 parent 16b6823 commit b3409fa

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

examples/divider-example/package-lock.json

Lines changed: 12 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/divider-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@djsp/divider-example",
3-
"homepage": "https://juliankrispel.github.io/djs-autocomplete",
4-
"version": "0.1.4",
3+
"homepage": "https://github.com/draft-js-plugins/next#readme",
4+
"version": "0.1.5",
55
"private": true,
66
"license": "MIT",
77
"dependencies": {
8-
"@djsp/atomic-block": "^0.1.4",
9-
"@djsp/core": "^0.1.4",
8+
"@djsp/atomic-block": "^0.1.5",
9+
"@djsp/core": "^0.1.5",
1010
"react": "^16.2.0",
1111
"react-dom": "^16.2.0",
1212
"react-scripts": "^1.1.1"

examples/divider-example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>@djsp/suggestions</title>
10+
<title>@djsp/divider-example</title>
1111
</head>
1212

1313
<body>

0 commit comments

Comments
 (0)