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

Commit

Permalink
Remove shrinkwrap in docs
Browse files Browse the repository at this point in the history
Obsoleted by eb24c95

Auditors: @bbondy
  • Loading branch information
diracdeltas committed Apr 26, 2017
1 parent 14f793b commit a8bc66b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Brave welcomes contributions via [pull requests](https://github.com/brave/browse
Fix #206
````

* If you update the npm dependencies, delete `npm-shrinkwrap.json` and then run `npm shrinkwrap --dev` before committing changes.
* Run the tests by running `npm run watch-test` and `npm test` in separate terminals.
* Make sure [Flow](http://flowtype.org/) type checking passes: `npm run-script flow`. BONUS: Help us out by adding more [Flow type annotations](http://flowtype.org/blog/2015/02/20/Flow-Comments.html) to new and existing Brave code!
* When making style changes, please be sure that you are [following our style guidelines](https://github.com/brave/browser-laptop/blob/master/docs/style.md).
Expand Down

1 comment on commit a8bc66b

@bbondy
Copy link
Member

@bbondy bbondy commented on a8bc66b Apr 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++ thanks

Please sign in to comment.