Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 803 Bytes

Typed Noop 2 Build Status

Greenkeeper badge

The type definition for noop2

LICENSE

MIT

Contributing

# Fork this repo, then
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish

Updating

Update typings.json/version to match the source version you are typing against. e.g. if you are creating typings for chai@3.5.0, then:

// typings.json
{
  "version": "3.5.0"
  // ...
}

Generated by generator-typings 1.0 beta