diff options
| -rw-r--r-- | deno.lock | 11 | ||||
| -rw-r--r-- | import_map.json | 1 |
2 files changed, 9 insertions, 3 deletions
@@ -1,8 +1,6 @@ { "version": "2", "remote": { - "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/es/highlight.min.js": "69f14712953b725c3a81250737931446997607087dd8c02c89420b1661884516", - "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/es/languages/php.min.js": "4aee3f1a59241d30cd59090e066a7a6f781508b4bee6443ca64df97da28d26c2", "https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272", "https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", "https://deno.land/std@0.170.0/async/abortable.ts": "80b2ac399f142cc528f95a037a7d0e653296352d95c681e284533765961de409", @@ -68,5 +66,14 @@ "https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", "https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69", "https://deno.land/std@0.170.0/version.ts": "eb6935c9beaac221b235d011ba5b127ceb5d3addf329cc01e05806af07ba93e1" + }, + "npm": { + "specifiers": { "highlight.js": "highlight.js@11.7.0" }, + "packages": { + "highlight.js@11.7.0": { + "integrity": "sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ==", + "dependencies": {} + } + } } } diff --git a/import_map.json b/import_map.json index 904e8e8..0bbc3d3 100644 --- a/import_map.json +++ b/import_map.json @@ -1,6 +1,5 @@ { "imports": { - "hljs/": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/es/", "std/": "https://deno.land/std@0.170.0/" } } |
