diff --git a/LICENSE b/LICENSE index ea8368c..9516349 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2018 Conduitry +Copyright (c) 2017 Conduitry 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/README.md b/README.md index 0ae2acf..8742793 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,4 @@ You must have a `tsconfig.json` in the same directory as your `rollup.config.js` ## License -Copyright (c) 2018 Conduitry - -- [MIT](LICENSE) +[MIT](LICENSE) diff --git a/package.json b/package.json index ec5819c..d06532a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bugs": { "url": "https://github.com/Conduitry/rollup-plugin-cheap-ts/issues" }, - "homepage": "https://conduitry.io/cheap-ts", + "homepage": "https://cndtr.dev/cheap-ts", "peerDependencies": { "rollup": "*", "typescript": "*"