Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
npm postinstall lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 19, 2019
1 parent 9241a97 commit 91025df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamhut",
"version": "0.1.1",
"version": "0.2.1",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "index.js",
"bin": {
Expand All @@ -10,7 +10,8 @@
"lerna": "^3.13.1"
},
"scripts": {
"test": "echo 'TODO'"
"test": "echo 'TODO'",
"postinstall": "lerna bootstrap"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 91025df

Please sign in to comment.