Browse Source

updated package meta data

main
kj1352 1 year ago
parent
commit
25fa020813
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      angular.json
  2. +3
    -3
      package.json

+ 2
- 2
angular.json View File

@@ -44,8 +44,8 @@
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "5kb",
"maximumError": "10kb"
} }
], ],
"fileReplacements": [ "fileReplacements": [


+ 3
- 3
package.json View File

@@ -1,8 +1,8 @@
{ {
"name": "sripuram-pwa", "name": "sripuram-pwa",
"version": "1.0.0", "version": "1.0.0",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"author": "Nikhil K J",
"homepage": "https://webtrigon.com/",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
@@ -55,5 +55,5 @@
"ts-node": "^8.3.0", "ts-node": "^8.3.0",
"typescript": "~5.2.2" "typescript": "~5.2.2"
}, },
"description": "An Ionic project"
"description": "Sripuram Temple App"
} }

Loading…
Cancel
Save