Skip to content

Commit

Permalink
Updating guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Dec 1, 2018
1 parent 231d323 commit 2cee116
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project_maintenance/guides/update_dependencies.md
Expand Up @@ -4,5 +4,6 @@
2. Manually set versions in package.json file
3. Delete npm-shrinkwrap.json and node_modules
4. Run `npm install`
5. Run `npm test`
6. Commit changes
5. Run `npm shrinkwrap`
6. Run `npm test`
7. Commit changes

0 comments on commit 2cee116

Please sign in to comment.