Skip to content

Commit

Permalink
chore: fix package content
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Apr 25, 2024
1 parent d9cd2ba commit 2930f80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 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

0 comments on commit 2930f80

Please sign in to comment.