diff --git a/LICENSE b/LICENSE index b8072bf..a521b0c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2017 Chris Bolin +Copyright (c) 2017-2021 Chris Bolin +Copyright (c) 2021 Cody Wise 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 d7f980d..a77113d 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,18 @@ "main": "dist/index.js", "repository": { "type": "git", - "url": "git+https://github.com/chrisbolin/react-detect-offline.git" + "url": "git+https://github.com/cwise89/react-detect-offline.git" }, "files": [ "/dist/" ], "author": "Chris Bolin", + "contributors": [ + { + "name": "Cody Wise", + "email": "clwise1989@gmail.com" + } + ], "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1", @@ -35,9 +41,9 @@ "react-test-renderer": "^15.6.1" }, "bugs": { - "url": "https://github.com/chrisbolin/react-detect-offline/issues" + "url": "https://github.com/cwise89/react-detect-offline/issues" }, - "homepage": "https://github.com/chrisbolin/react-detect-offline#readme", + "homepage": "https://github.com/cwise89/react-detect-offline#readme", "scripts": { "build": "babel src/index.js -o dist/index.js", "test": "jest spec",