Skip to content

Commit

Permalink
fixes version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple committed Jun 7, 2021
1 parent 506d1ae commit f5f1b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe-sync-engine",
"version": "0.0.1",
"version": "0.0.0",
"description": "Stripe sync engine. Sync your Stripe account to your Postgres database.",
"main": "index.js",
"scripts": {
Expand All @@ -22,8 +22,8 @@
"staging:secrets:fetch": "node internals/getSecrets.js staging",
"staging:secrets:set": "flyctl secrets import"
},
"author": "Inian",
"license": "ISC",
"author": "Supabase",
"license": "MIT",
"engines": {
"node": ">= 12.0.0"
},
Expand Down

0 comments on commit f5f1b96

Please sign in to comment.