Skip to content

Commit

Permalink
fix: marked ref in angular.json (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 authored Jul 27, 2023
1 parent e699148 commit b232988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"version": 1,
"newProjectRoot": "projects",
"projects": {
"hap": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/marked/lib/marked.js",
"node_modules/marked/marked.min.js",
"node_modules/emoji-toolkit/lib/js/joypixels.min.js",
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-typescript.min.js",
Expand Down

0 comments on commit b232988

Please sign in to comment.