typed-typings / npm-atom-keymap

The type definition for https://github.com/atom/atom-keymap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typed Atom Keymap Build Status

Greenkeeper badge

The type definition for atom-keymap

LICENSE

MIT

Contributing

# Fork this repo
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"
  // ...
}

Note

Currently the test is not running. Having the same issue as described here

About

The type definition for https://github.com/atom/atom-keymap

License:MIT License


Languages

Language:JavaScript 53.1%Language:TypeScript 46.9%