Skip to content

Commit

Permalink
fix(class-list): replace implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 23, 2020
1 parent 9ecc1c7 commit f7979c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3102,14 +3102,14 @@ export const constant: IConstant = {
},
"class-list": {
localPaths: ["polyfill-lib/class-list/class-list.js"],
features: ["api_domtokenlist"],
features: ["api.DOMTokenList"],
version: "1.0.0",
dependencies: ["dom-token-list"],
contexts: WINDOW_CONTEXT
},
"dom-token-list": {
localPaths: ["polyfill-lib/dom-token-list/dom-token-list.js"],
features: ["api_domtokenlist"],
features: ["api.DOMTokenList"],
version: environment.NPM_PACKAGE_DEPENDENCIES_POLYFILL_LIBRARY,
dependencies: ["es.object.define-property"],
contexts: WINDOW_CONTEXT
Expand Down

0 comments on commit f7979c1

Please sign in to comment.