Skip to content

Commit

Permalink
Merge pull request #687 from poanetwork/add-shims-#686
Browse files Browse the repository at this point in the history
(Fix) Add airbnb JS shims
  • Loading branch information
vbaranov committed Mar 14, 2018
2 parents ffa90d6 + 967c181 commit b031157
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 3 deletions.
91 changes: 88 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"yargs": "^10.0.3"
},
"dependencies": {
"airbnb-js-shims": "^1.4.1",
"autoprefixer": "7.1.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import registerServiceWorker from './registerServiceWorker';
import { useStrict } from 'mobx';
import { Provider } from 'mobx-react';
import * as stores from './stores';
import 'airbnb-js-shims'
import 'font-awesome/css/font-awesome.css'

useStrict(true);
Expand Down

0 comments on commit b031157

Please sign in to comment.