Skip to content

Commit

Permalink
package.json: Drop core-js
Browse files Browse the repository at this point in the history
starter-kit does not use it directly, and none of our derived projects
have it.
  • Loading branch information
martinpitt committed Nov 29, 2021
1 parent 4820c2b commit 67c1c06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"dependencies": {
"@patternfly/patternfly": "4.159.1",
"@patternfly/react-core": "4.175.4",
"core-js": "3.19.1",
"react": "16.14.0",
"react-dom": "16.14.0"
}
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

import "./lib/patternfly/patternfly-4-cockpit.scss";

import "core-js/stable";

import React from 'react';
import ReactDOM from 'react-dom';
import { Application } from './app.jsx';
Expand Down

0 comments on commit 67c1c06

Please sign in to comment.