Skip to content

Commit

Permalink
Install js-yaml library as a project dependency (#634)
Browse files Browse the repository at this point in the history
Instead of a development dependency because we are using it at runtime
  • Loading branch information
marieflorescontact authored Sep 7, 2022
1 parent 7f25be1 commit 2f1a078
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@
"markdownDescription": "%asciidoc.preview.templates.desc%",
"items": {
"type": "string"
},
"uniqueItems": false,
},
"uniqueItems": false,
"scope": "resource"
},
"asciidoc.use_kroki": {
Expand Down Expand Up @@ -613,7 +613,6 @@
"eslint-plugin-promise": "6.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"js-yaml": "^4.1.0",
"lodash.throttle": "4.1.1",
"mathjax": "^2.7.9",
"mocha": "9.2.0",
Expand All @@ -634,6 +633,7 @@
"@asciidoctor/docbook-converter": "2.0.0",
"@orcid/bibtex-parse-js": "0.0.25",
"asciidoctor-kroki": "0.15.4",
"js-yaml": "^4.1.0",
"uuid": "8.3.2",
"vscode-nls": "5.0.0",
"vscode-uri": "^3.0.3"
Expand Down

0 comments on commit 2f1a078

Please sign in to comment.