From d78d8fa12a484f61cba7c10d258b71deced10c2e Mon Sep 17 00:00:00 2001 From: Tor Arvid Lund Date: Thu, 15 Jun 2017 16:14:17 +0200 Subject: [PATCH] Update package.json --- package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27e48a4..526f019 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,21 @@ { "name": "auto-strict", - "version": "0.0.2", + "version": "0.0.3", "description": "Add 'use strict'; to all code not in node_modules", "main": "index.js", - "author": "Tor Arvid Lund ", + "author": { + "name": "Tor Arvid Lund", + "email": "torarvid@gmail.com" + }, + "repository": "torarvid/auto-strict", "license": "ISC", + "files": [ + "index.js" + ], + "keywords": [ + "strict", + "use-strict" + ], "dependencies": {}, "devDependencies": { "eslint": "^4.0.0",