Skip to content

Commit

Permalink
Fixed README acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlitel committed Jul 13, 2017
1 parent c4e68dd commit c8fe927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ To test the app, simply run `yarn test` to lint and run Jest tests and other fun
If you come across any issues, don't hesitate to file any issue in this repo, make a pull request or [send an email](mailto:alexlitelATgmailDOTcom).

## Acknowledgements
* Dataset was created with the help of the [@unitedstates/congress](https://github.com/unitedstates/congress) project.
* Dataset was created with the help of the [@unitedstates/congress-legislators](https://github.com/unitedstates/congress-legislators) project.

#### Todo
- Automated maintenance process
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "yarn dev:start",
"dev:run": "cross-env NODE_ENV=development babel-node",
"dev:start": "cross-env NODE_ENV=development babel-node src/main.js",
"dev:start": "yarn dev:run src/main.js",
"dev:maintain": "yarn dev:run src/maintenance.js",
"prod:build": "rimraf lib dist && babel src -d lib --ignore .test.js && cross-env NODE_ENV=production",
"prod:start": "heroku local",
Expand Down

0 comments on commit c8fe927

Please sign in to comment.