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
1 changed files with 3 additions and 2 deletions

View File

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