From 223356e21af3cf67b8903c3dceb4c26c48287b29 Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Mon, 16 Mar 2020 16:33:52 -0600 Subject: [PATCH] Self review --- LICENSE | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 1a01ff8..f8dc1b0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Joel Denning +Copyright (c) 2020 Joel Denning 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 a1a14bd..00617ab 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "public-path.js", "types": "public-path.d.ts", "repository": "https://github.com/joeldenning/systemjs-webpack-interop.git", + "bugs": { + "url": "https://github.com/joeldenning/systemjs-webpack-interop/issues" + }, + "homepage": "https://github.com/joeldenning/systemjs-webpack-interop#readme", "author": "Joel Denning ", "license": "MIT", "scripts": {