Removed package-lock.json file
This commit is contained in:
parent
eb8f555429
commit
cc6b09d1c2
|
@ -68,3 +68,5 @@ testem.log
|
|||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
package-lock.json
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'io.ionic.starter',
|
||||
appId: 'com.allbestsistem.paijo',
|
||||
appName: 'paijo',
|
||||
webDir: 'www'
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "paijo",
|
||||
"version": "0.0.1",
|
||||
"author": "Ionic Framework",
|
||||
"homepage": "https://ionicframework.com/",
|
||||
"author": "PT Allbest Solusi Sistem",
|
||||
"homepage": "https://allbestsistem.com/",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
|
Loading…
Reference in New Issue