Skip to content

Commit 897e079

Browse files
committed
Fix copy paste
1 parent 5b3305d commit 897e079

9 files changed

+902
-986
lines changed

package-lock.json

+95-255
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"starter"
88
],
99
"main": "src/index.js",
10-
"homepage": "https://apps.peterjuma.com/noteApp",
10+
"homepage": "https://apps.peterjuma.com/noteApp",
1111
"dependencies": {
1212
"@github/markdown-toolbar-element": "^1.3.2",
1313
"@tailwindcss/postcss7-compat": "^2.0.2",
@@ -18,7 +18,6 @@
1818
"highlight.js": "^10.5.0",
1919
"idb": "^6.0.0",
2020
"jquery": "^3.5.1",
21-
"lorem-ipsum": "^2.0.3",
2221
"markdown-it": "^8.4.2",
2322
"markdown-it-emoji": "^2.0.0",
2423
"markdown-it-html5-embed": "^1.0.0",
@@ -28,7 +27,6 @@
2827
"react": "17.0.1",
2928
"react-dom": "17.0.1",
3029
"react-scripts": "4.0.0",
31-
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
3230
"turndown": "^7.0.0",
3331
"turndown-plugin-gfm": "^1.0.2"
3432
},

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
1010
<link rel="stylesheet" href="style.css">
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/github.min.css">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/github.min.css">
1212
<link rel="stylesheet" href="https://unpkg.com/primer@latest/build/build.css"/>
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css">
1414
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>

0 commit comments

Comments
 (0)