mirror of
https://github.com/cupcakearmy/firemorph.git
synced 2024-12-22 08:16:33 +00:00
v1.0.2
This commit is contained in:
parent
a2ebb6f839
commit
082bb1849b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user