Skip to content

Commit 8495647

Browse files
authored
Upgrade @babel/runtime to 7.0.0 (#12)
* [docs] remove deprecated 'react-tap-event-plugin' * [package.json] @babel/[email protected] (+ devDependency upgrades) * [Ripple] fix linter error * [Ripple] fix linter warning * [package.json] specify react version to lint
1 parent 8dc2334 commit 8495647

File tree

4 files changed

+1728
-1454
lines changed

4 files changed

+1728
-1454
lines changed

docs/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
import {BrowserRouter} from 'react-router-dom';
22
import Navigation from './components/Navigation';
33
import PageWrapper from './components/PageWrapper';
4-
import injectTapEventPlugin from 'react-tap-event-plugin';
54
import React from 'react';
65
import {render} from 'react-dom';
76
import Styles from './index.css';
87
import 'babel-polyfill';
98

10-
injectTapEventPlugin();
11-
129
const app = document.createElement('div');
1310
app.style.height = '100%';
1411
document.body.appendChild(app);

0 commit comments

Comments
 (0)