Skip to content

Commit

Permalink
fix(marked.js): package version and relative script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 1, 2024
1 parent 5dc9a17 commit 7b847ca
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 87 deletions.
32 changes: 7 additions & 25 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,13 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"node_modules/prismjs/themes/prism-okaidia.css",
"src/styles.scss"
],
"scripts": [
"node_modules/marked/lib/marked.js",
"node_modules/prismjs/prism.js"
]
"scripts": ["node_modules/marked/lib/marked.js", "node_modules/prismjs/prism.js"]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -91,32 +85,20 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"node_modules/prismjs/themes/prism-okaidia.css",
"src/styles.scss"
],
"scripts": [
"node_modules/marked/lib/marked.js",
"node_modules/prismjs/prism.js"
]
"scripts": ["node_modules/marked/lib/marked.js", "node_modules/prismjs/prism.js"]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
Expand All @@ -138,4 +120,4 @@
"cli": {
"analytics": false
}
}
}
101 changes: 40 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"angular2-moment": "1.9.0",
"bootstrap": "4.4.1",
"ngx-bootstrap": "5.6.2",
"ngx-markdown": "^11.0.1",
"ngx-markdown": "11.0.1",
"rxjs": "6.6.3",
"tslib": "2.0.3",
"zone.js": "0.11.4"
Expand Down

0 comments on commit 7b847ca

Please sign in to comment.