Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 321 Bytes

contributing.md

File metadata and controls

13 lines (9 loc) · 321 Bytes

Contributing

When making a pull request for this repo, please make sure of a few things

  • tests and linting should pass for you locally. We have CI tests that also enforce this.
  • rebuild the shrinkwrap file if you're changing any dependencies.

Rebuilding the shrinkwrap

$ npm install
$ npm shrinkwrap