Added the author field

This commit is contained in:
Ionică Bizău 2015-01-25 20:59:14 +02:00
parent e131c72c9c
commit 0ccab286ce
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
"scripts": { "scripts": {
"test": "node test" "test": "node test"
}, },
"author": "", "author": "Ionică Bizău <bizauionica@gmail.com>",
"license": "MIT" "license": "MIT"
} }