diff --git a/CHANGELOG.md b/CHANGELOG.md index 02df3e0..3c85f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ### 🐞 Bug Fixes -**build:** migrate from Webpack to Rollup and fix not working in Node.js ([6e193c9](https://github.com/PinkChampagne17/ts-nameof-proxy/commit/6e193c9653a100894baf0498e65c86412d85ffae)), closes [#1](https://github.com/PinkChampagne17/ts-nameof-proxy/issues/1) +**build:** migrate from Webpack to Rollup and fix not working in Node.js ([6e193c9](https://github.com/p-toy-factory/ts-nameof-proxy/commit/6e193c9653a100894baf0498e65c86412d85ffae)), closes [#1](https://github.com/p-toy-factory/ts-nameof-proxy/issues/1) ## 0.0.3 ### 🐞 Bug Fixes -**all:** incorrect function overloads ([8fd3c41](https://github.com/PinkChampagne17/ts-nameof-proxy/commit/681222fc393d1c76f73ea2441209adb903a337a5)) +**all:** incorrect function overloads ([8fd3c41](https://github.com/p-toy-factory/ts-nameof-proxy/commit/681222fc393d1c76f73ea2441209adb903a337a5)) diff --git a/package.json b/package.json index 0c59bf8..1599073 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "formik" ], "author": "pinkchampagne", - "homepage": "https://github.com/PinkChampagne17/ts-nameof-proxy", + "homepage": "https://github.com/p-toy-factory/ts-nameof-proxy", "license": "MIT", "scripts": { "build": "rimraf ./dist && rollup --config",