Skip to content

Commit

Permalink
Added external links to readme and removed jest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Froilan Irizarry committed Apr 14, 2019
1 parent 80515a5 commit 9b363c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ Eg schema
}
```
##
## External Links
- [Information on Hospitals in Venezuela] (http://maiquiflores.over-blog.es/article-normas-sobre-clasificacion-de-establecimientos-de-atencion-medica-del-sub-sector-salud-37528888.html)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm ci --prefix client && npm run build --prefix client",
"local-serve": "NODE_ENV=loca node ./bin/www"
},
"dependencies": {
Expand All @@ -23,7 +23,6 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"dotenv": "^7.0.0",
"jest": "^24.7.1"
"dotenv": "^7.0.0"
}
}

0 comments on commit 9b363c0

Please sign in to comment.