diff --git a/ng-package.json b/ng-package.json index 56fbef2..849432d 100644 --- a/ng-package.json +++ b/ng-package.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/ng-packagr/ng-package.schema.json", "name": "ng-intercom", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "licensePath": "LICENSE", "lib": { "entryFile": "public_api.ts", diff --git a/package.json b/package.json index 2b8c661..c17e45f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-intercom", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "license": "MIT", "repository": { "type": "git", diff --git a/src/app/ng-intercom-testing/package.json b/src/app/ng-intercom-testing/package.json deleted file mode 100644 index cec64d6..0000000 --- a/src/app/ng-intercom-testing/package.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ngPackage": { - "lib": { - "entryFile": "testing.ts" - } - } -} \ No newline at end of file