📚 demote alert re: package-lock.json

This commit is contained in:
Mars Hall
2017-07-05 11:17:15 -07:00
committed by GitHub
parent 80bbce5c5d
commit 71e2496d10

View File

@@ -7,8 +7,6 @@ To deploy a frontend-only React app, use the static-site optimized
⤵️ [Switching from create-react-app-buildpack](#switching-from-create-react-app-buildpack)?
🚨 Alert for users of [npm 5s new `package-lock.json`](https://github.com/mars/heroku-cra-node/pull/10)
## Design Points
@@ -45,6 +43,8 @@ This deployment will automatically:
* serves `../react-ui/build/` as static files
* customize by adding API, proxy, or route handlers/redirectors
⚠️ Using npm 5s new `package-lock.json`? We resolved a compatibility issue. See [PR](https://github.com/mars/heroku-cra-node/pull/10) for more details.
👓 More about [deploying to Heroku](https://devcenter.heroku.com/categories/deployment).