Skip to content

Commit

Permalink
Merge pull request #54 from dszakallas/update-deps
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
dszakallas authored Dec 29, 2021
2 parents 7083c0d + 62849a7 commit c79a226
Show file tree
Hide file tree
Showing 16 changed files with 26,417 additions and 14,043 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
es6: true

extends: standard
parser: babel-eslint
parser: "@babel/eslint-parser"
plugins:
- import
- flowtype
Expand Down
8 changes: 8 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[ignore]
.*/node_modules

[include]
.*/packages


[options]
3 changes: 0 additions & 3 deletions .muse.toml

This file was deleted.

4 changes: 1 addition & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -368,16 +368,14 @@ Feedback

To build you need to have a make, Node (>=8), bash (>=4.0) and `jq`. Watch tasks require `fswatch`.

The multi-project build is managed with [lerna.js]. You need to install it
globally to make it available on the command line. First clone the repo and
The multi-project build is managed with npm workspaces. First clone the repo and
install the dependencies:

```
git clone https://github.com/szdavid92/mixxx-launchpad
cd mixxx-launchpad
npm install
```
You can also invoke lerna commands through npm like `npm run lerna -- --version`.
To compile the sources run

```
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions lerna.json

This file was deleted.

Loading

0 comments on commit c79a226

Please sign in to comment.