diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-12 16:52:10 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-12 16:52:10 -0700 |
commit | e2b31f466652754fa9a277b208c823efc66fce17 (patch) | |
tree | 85bfdeb456f386d89cb4b753797f9a54948193b2 /package.json | |
parent | 8c0f25250295d6795e190c3a023cf07c04837a1e (diff) |
Add author
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index acf9821..71c319d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev": "webpack-dev-server --config ./config/webpack.config.js --content-base build", "serve": "serve -s ./build" }, - "author": "", + "author": "Nick Van Doorn <vandoorn.nick@gmail.com>", "license": "ISC", "dependencies": { "babel-core": "^6.24.1", |