Skip to content

Commit

Permalink
docs: highlightsjs version downgraded in order to fix ie 11 (#2573)
Browse files Browse the repository at this point in the history
* fix: highlightsjs version downgraded in order to fix ie 11

* chore: update package-lock.json

Co-authored-by: Droshev <i820906@MacBook-Pro.local>
  • Loading branch information
rengare and Droshev committed May 29, 2020
1 parent aa56dc8 commit 112e32b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 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
Expand Up @@ -3,7 +3,7 @@
"version": "0.18.1-rc.29",
"license": "Apache-2.0",
"main": "dist/libs/core/index.js",
"description": "Fundamental Library for Angular is a themable Fiori 3 Angular component library",
"description": "Fundamental Library for Angular is a themable Fiori 3 Angular component library.",
"homepage": "https://sap.github.io/fundamental-ngx",
"repository": {
"type": "git",
Expand Down Expand Up @@ -92,7 +92,7 @@
"flexboxgrid": "6.3.1",
"focus-trap": "5.1.0",
"fundamental-styles": "0.8.1",
"highlight.js": "10.0.3",
"highlight.js": "9.18.1",
"intl": "^1.2.5",
"jasminewd2": "2.2.0",
"moment": "2.25.3",
Expand Down Expand Up @@ -163,4 +163,4 @@
],
"silent": false
}
}
}

0 comments on commit 112e32b

Please sign in to comment.