Skip to content

Commit

Permalink
Fix core-js detection
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Sep 2, 2021
1 parent 967985b commit abb25bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/technologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -26436,7 +26436,7 @@
"description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
"js": {
"__core-js_shared__": "",
"__core-js_shared__.versions[0].version": "^(.+)$\\;version:\\1",
"__core-js_shared__.versions.0.version": "^(.+)$\\;version:\\1",
"_babelPolyfill": "",
"core": "",
"core.version": "^(.+)$\\;version:\\1"
Expand Down

0 comments on commit abb25bb

Please sign in to comment.