Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedemoulin committed Jun 26, 2024
2 parents b8c08b9 + 06c848c commit 603f269
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

13 changes: 3 additions & 10 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# transpiled files and dependencies
.github
/max
/node_modules
/src
/tests
/max
/example
/resources
/bin

.editorconfig
.babelrc
.github
.editorconfig
NOTES.md

# junk files
package-lock.json
.DS_Store
Thumbs.db
*.bak
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ npm install --save @soundworks/max

### Usage

In the `src/server/index.js` of your soundworks application:

1. Import the `soundworksMax` object
In the `src/server/index.js` of your soundworks application, and configure the Max client:

```js
import { Server } from '@soundworks/core/server.js';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundworks/max",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Max client for sharing states with soundworks@v4",
"author": [
"Etienne Démoulin",
Expand Down

0 comments on commit 603f269

Please sign in to comment.