Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik-mukherjee committed Apr 19, 2020
1 parent b978528 commit 8aa6313
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capturio",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,10 +10,12 @@
"run:ui-stories": "yarn workspace @project/ui-components storybook",
"build:webapp": "yarn workspace @project/webapp build",
"serve:webapp": "yarn workspace @project/webapp serve",
"deploy" : "firebase deploy --token \"$FIREBASE_TOKEN\""
"deploy": "firebase deploy --token \"$FIREBASE_TOKEN\""
},
"devDependencies": {
"lerna": "^3.20.2"
},
"workspaces": ["packages/*"]
"workspaces": [
"packages/*"
]
}

0 comments on commit 8aa6313

Please sign in to comment.