From 75d4bb31f9aaa22fcc2d02511d1a3b009fda3e2d Mon Sep 17 00:00:00 2001 From: Connor Love Date: Mon, 4 Feb 2019 22:30:08 -0500 Subject: [PATCH] update contact info & license --- .gitignore | 1 + LICENSE | 2 +- package.json | 12 +++++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 216d3d0..094d3a5 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ typings/ # next.js build output .next .DS_Store +lib/ \ No newline at end of file diff --git a/LICENSE b/LICENSE index 0b7cac9..081970a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Connor Love +Copyright (c) 2018 A-1 Motion & Design, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 8668caf..ba46f7f 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,23 @@ "main": "lib/index.js", "private": false, "repository": "https://github.com/a1motion/defer", - "author": "Connor Love ", + "maintainers": [ + { + "name": "Connor Love", + "email": "connor@a1motion.com" + } + ], "license": "MIT", "scripts": { "prepublish": "yarn build", "build": "tsc", "test": "jest --env=node" }, + "files": [ + "lib/*", + "LICENSE", + "README.md" + ], "types": "lib/index.d.ts", "devDependencies": { "@types/jest": "^23.3.2",