Skip to content

Commit

Permalink
Add airbnb js shims
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Mar 14, 2018
1 parent ffa90d6 commit 967c181
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 967c181

Please sign in to comment.