Removed package-lock.json file

This commit is contained in:
Achmad Zaenuri 2024-05-14 22:07:03 +07:00
parent eb8f555429
commit cc6b09d1c2
4 changed files with 5 additions and 17229 deletions

2
.gitignore vendored
View File

@ -68,3 +68,5 @@ testem.log
# System files # System files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
package-lock.json

View File

@ -1,7 +1,7 @@
import type { CapacitorConfig } from '@capacitor/cli'; import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = { const config: CapacitorConfig = {
appId: 'io.ionic.starter', appId: 'com.allbestsistem.paijo',
appName: 'paijo', appName: 'paijo',
webDir: 'www' webDir: 'www'
}; };

17226
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{ {
"name": "paijo", "name": "paijo",
"version": "0.0.1", "version": "0.0.1",
"author": "Ionic Framework", "author": "PT Allbest Solusi Sistem",
"homepage": "https://ionicframework.com/", "homepage": "https://allbestsistem.com/",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",