diff --git a/package-lock.json b/package-lock.json index be20c7f..9acde7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "0.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f76f969..09f8918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-plug-n-play-lib/README.md b/projects/ngx-plug-n-play-lib/README.md index 9a3bdf1..30ca681 100644 --- a/projects/ngx-plug-n-play-lib/README.md +++ b/projects/ngx-plug-n-play-lib/README.md @@ -14,8 +14,8 @@ Each module is exported, so only what's needed in a given application will be im The library contains the follwing modules: -- [Typeahead Module](./src/lib/alert-toaster/README.md) -- [Alert Toaster Module](./src/lib/typeahead/README.md) +- [Typeahead Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/alert-toaster/README.md) +- [Alert Toaster Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/typeahead/README.md) ## Contributions diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index a5700ec..a4172b1 100644 --- a/projects/ngx-plug-n-play-lib/package.json +++ b/projects/ngx-plug-n-play-lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.0", + "version": "1.0.1", "peerDependencies": { "@angular/common": ">7.2.0", "@angular/core": ">7.2.0" @@ -17,6 +17,7 @@ "type": "git", "url": "https://github.com/pjlamb12/ngx-plug-n-play" }, + "homepage": "https://stackblitz.com/edit/ngx-plug-n-play-demo", "license": "MIT", "keywords": [ "angular",