another attempt remove all .git folders

This commit is contained in:
DJ2LS 2023-01-21 14:14:20 +01:00
parent 6dfc85e983
commit 7a32e464f4

View file

@ -28,6 +28,8 @@
},
"homepage": "https://freedata.app",
"dependencies": {
"@electron/asar": "^3.2.3",
"@electron/osx-sign": "^1.0.4",
"@popperjs/core": "^2.11.6",
"blob-util": "^2.0.2",
"bootstrap": "^5.2.1",
@ -42,7 +44,7 @@
"express-pouchdb": "^4.2.0",
"mime": "^3.0.0",
"pouchdb": "^7.3.0",
"pouchdb-browser": "^7.3.0",
"pouchdb-browser": "^7.3.0",e
"pouchdb-express-router": "^0.0.11",
"pouchdb-find": "^7.3.0",
"pouchdb-replication": "^8.0.0",
@ -99,7 +101,8 @@
"from": "../tnc/dist/tnc/",
"to": "tnc",
"filter": [
"**/*"
"**/*",
"!git/*"
]
}
]