Permalink
Browse files

Fixes standard

  • Loading branch information...
1 parent c7e5dd2 commit 410b707368e60f32cd1089a30460a59dda5ea485 maccyber committed Mar 29, 2017
Showing with 1,677 additions and 263 deletions.
  1. +1 −1 layouts/index.js
  2. +5 −0 package.json
  3. +1,671 −262 yarn.lock
View
@@ -131,7 +131,7 @@ export default ({pageTitle, isIE11, children}) => (
</div>
</div>
<div className='footer'>
- <a href='https://github.com/maccyber/bigfive-web'>Bigfive-web</a> - We need <a href='https://github.com/maccyber/bigfive-web'>help</a> with translations<br/>
+ <a href='https://github.com/maccyber/bigfive-web'>Bigfive-web</a> - We need <a href='https://github.com/maccyber/bigfive-web'>help</a> with translations<br />
Made with ❤ by <a href='https://github.com/zrrrzzt/'>zrrrzzt</a> and <a href='https://github.com/maccyber'>maccyber</a>
</div>
</div>
View
@@ -43,6 +43,11 @@
},
"type": "npm"
},
+ "standard": {
+ "ignore": [
+ "/static/ga.js"
+ ]
+ },
"scripts": {
"dev": "next",
"build": "next build",
Oops, something went wrong.

0 comments on commit 410b707

Please sign in to comment.