Commit graph

13 commits

Author SHA1 Message Date
Jeroen Engels
1305a7cd92 fix: Bump inquirer to v3 and promisify everything (#34)
BREAKING CHANGE: Drop support for Node < v4. This uses native Promises available from Node v4.

* fix: Bump inquirer to v3.0.1. Fixes #33 to improve Windows support.

* refactor: Promisify everything as inquirer uses Promises from 1.0.0 onwards
2017-02-15 22:25:32 +01:00
Kent C. Dodds
8fd40986a5 feat(types): add/update contrib types (#24)
* feat(types): add/update contrib types

To "upgrade" to the latest specification.

* fix: linting issues

* test: Update question emoji in tests (#27)

* Update format-contribution-type.test.js

Updated the expected question emoji.

* Update format-contributor.test.js

Updated the expected question emoji.

* Add @itaisteinherz as a contributor

* generate

* add code

* doc: Add new contribution types to README.md (#26)

* Update README.md

Added the new contribution types to accommodate jfmengels/all-contributors-cli#24.

* Add @itaisteinherz as a contributor

* regenerate
2017-01-25 18:13:01 +01:00
fadc80
190813c61e Show a helpful message when .all-contributorsrc doesn't exist. (#23)
* Show a helpful message when .all-contributorsrc doesn't exist.

* Adding unit tests.

* Better test descriptions.

* Just code improvements.
2016-10-17 21:11:33 +02:00
Ben Briggs
2e7e890837 Add empty last line to the contributors file. 2016-06-23 20:57:15 +02:00
Jeroen Engels
47e408d5cd Prepend username with @ in the default commit message (#17) 2016-05-11 20:38:20 +02:00
Jeroen Engels
dfc20fc8d9 Don't break if there is no git remote info 2016-05-10 15:39:44 +02:00
Jeroen Engels
afb8f4e287 Fix new linting errors 2016-05-05 16:27:26 +02:00
Jeroen Engels
f2822dcc8a Add emojis and description in contribution type prompt 2016-03-31 22:09:25 +02:00
Jeroen Engels
906d70667c Only commit rc and watched files 2016-03-30 20:56:30 +02:00
Jeroen Engels
cb5895dbfd Remove odd rc file formatting (fixes #11) 2016-03-30 19:39:51 +02:00
Jeroen Engels
d780c3c94f Add --commit option to commit on contributor add/update 2016-03-30 00:08:57 +02:00
Jeroen Engels
8c2642422e Add prompt when adding contributor/ion and omitting user or types 2016-03-28 23:26:26 +02:00
Jeroen Engels
192e698dca Create a util folder 2016-03-27 17:10:53 +02:00