This commit is contained in:
cupcakearmy 2021-03-26 17:21:32 +01:00
parent a2ebb6f839
commit 082bb1849b
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0

View File

@ -1,7 +1,7 @@
{ {
"name": "firemorph", "name": "firemorph",
"description": "Firestore migration tool", "description": "Firestore migration tool",
"version": "1.0.1", "version": "1.0.2",
"keywords": [ "keywords": [
"firestore", "firestore",
"firebase", "firebase",
@ -17,7 +17,8 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "tsc -w", "dev": "tsc -w",
"build": "rm -rf ./dist && tsc" "build": "rm -rf ./dist && tsc",
"prepublishOnly": "yarn run build"
}, },
"devDependencies": { "devDependencies": {
"@types/glob": "^7.1.3", "@types/glob": "^7.1.3",