From 2930f80db02522b06753fca4d09fe03fa897bd1f Mon Sep 17 00:00:00 2001 From: b-ma Date: Thu, 25 Apr 2024 15:20:21 +0200 Subject: [PATCH 1/2] chore: fix package content --- .babelrc | 4 ---- .npmignore | 13 +++---------- README.md | 4 +--- 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 .babelrc diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 673efa23..00000000 --- a/.babelrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "sourceMap": "inline", - "plugins": ["@babel/plugin-transform-modules-commonjs"] -} diff --git a/.npmignore b/.npmignore index 55ebbeba..01c27568 100644 --- a/.npmignore +++ b/.npmignore @@ -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 diff --git a/README.md b/README.md index e03aefd6..bec61492 100644 --- a/README.md +++ b/README.md @@ -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'; From 06c848c373508989ba4fd63ac59304995b49e914 Mon Sep 17 00:00:00 2001 From: b-ma Date: Thu, 25 Apr 2024 15:20:27 +0200 Subject: [PATCH 2/2] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06a56ff3..e65a127f 100644 --- a/package.json +++ b/package.json @@ -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",