Skip to content

Commit

Permalink
breaking: Dropped IE support
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Jun 22, 2022
1 parent 7403499 commit 758f475
Show file tree
Hide file tree
Showing 6 changed files with 773 additions and 729 deletions.
1,490 changes: 771 additions & 719 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breautek/router",
"version": "2.0.2",
"version": "3.0.0-dev",
"description": "An alternate react router.",
"main": "dist/router.js",
"types": "dist/src/api.d.ts",
Expand Down Expand Up @@ -59,7 +59,6 @@
"ajv": "8.11.0",
"auto-changelog": "2.4.0",
"babel-jest": "27.5.1",
"core-js": "3.22.5",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "8.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/RouteMatcher.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "core-js/stable";

import "regenerator-runtime/runtime";

import {URLParser, IURLParams} from './URLParser';
Expand Down
1 change: 0 additions & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import "core-js/stable";
import "regenerator-runtime/runtime";

import * as React from 'react';
Expand Down
1 change: 0 additions & 1 deletion src/View.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import "core-js/stable";
import "regenerator-runtime/runtime";

import * as React from 'react';
Expand Down
5 changes: 0 additions & 5 deletions src/api.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@

/**
* @ignore
*/

import "core-js/stable";
import "regenerator-runtime/runtime";

export * from './Router';
Expand Down

0 comments on commit 758f475

Please sign in to comment.