Skip to content

Commit

Permalink
feat: convert current static site to use router
Browse files Browse the repository at this point in the history
  • Loading branch information
justinobney committed Aug 15, 2017
1 parent 29ba2f0 commit f42eefe
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 193 deletions.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react-dom": "^15.5.4",
"react-router-dom": "^4.1.2"
},
"devDependencies": {
"react-scripts": "0.9.5"
Expand All @@ -12,5 +13,18 @@
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"globals": {
"jasmine": true
},
"rules": {
"semi": ["warn", "always"],
"indent": ["error", 2],
"comma-dangle": ["error", "always-multiline"],
"object-curly-spacing": ["error", "never"],
"no-use-before-define": 0
}
}
}
Loading

0 comments on commit f42eefe

Please sign in to comment.