Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
writing up stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
James Seppi committed Dec 21, 2016
1 parent 1810d3d commit e0a6a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": ["es2015", "react"]
}
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -5,6 +5,7 @@
"description": "An estimator for hourly rates on professional services contracts",
"dependencies": {
"a11y-dialog": "2.5.2",
"babel-jest": "^18.0.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.16.0",
Expand Down Expand Up @@ -37,6 +38,7 @@
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-test-renderer": "^15.4.1",
"redux": "^3.6.0",
"sinon": "1.17.5",
"vinyl-buffer": "^1.0.0",
Expand All @@ -47,7 +49,8 @@
"gulp": "gulp",
"eslint": "eslint . || true",
"failable-eslint": "eslint --max-warnings 0 .",
"test": "jest"
"test": "jest",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e0a6a3e

Please sign in to comment.