diff --git a/package.json b/package.json index 5a0b0e9d8ec..151f872fd23 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "type": "git", "url": "https://github.com/primefaces/primeng.git" }, + "type": "module", "devDependencies": { "@angular-devkit/build-angular": "^17.3.1", "@angular-eslint/eslint-plugin": "17.3.0", diff --git a/src/app/showcase/data/news.json b/src/app/showcase/data/news.json index 93f4882a03d..11e037f46b1 100644 --- a/src/app/showcase/data/news.json +++ b/src/app/showcase/data/news.json @@ -2,5 +2,5 @@ "id": 63, "content": "Introducing the new Aura theme", "linkText": "Learn More", - "linkHref": "http://localhost:4200/theming" + "linkHref": "https://primeng.org/theming" }