Adds myself - jbnicolai - as a contributor.

This commit is contained in:
Joshua Appelman 2014-06-26 00:25:40 +02:00
parent d9d6e9d7f4
commit c8fe7c3966

View file

@ -4,11 +4,10 @@
"description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.", "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/chalk", "repository": "sindresorhus/chalk",
"author": { "maintainers": [
"name": "Sindre Sorhus", "Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com)",
"email": "sindresorhus@gmail.com", "Joshua Appelman <joshua@jbna.nl>"
"url": "http://sindresorhus.com" ],
},
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
}, },