diff --git a/.github/workflows/collections-test.yml b/.github/workflows/collections-test.yml index 6c100fe..6e97f99 100644 --- a/.github/workflows/collections-test.yml +++ b/.github/workflows/collections-test.yml @@ -22,6 +22,10 @@ jobs: with: meteor-release: '3.0.3' + - name: Install dependencies + working-directory: ./collections + run: meteor npm install simpl-schema + - name: Run package tests working-directory: ./collections run: | diff --git a/collections/README.md b/collections/README.md index 77025c7..9c49a28 100644 --- a/collections/README.md +++ b/collections/README.md @@ -31,7 +31,7 @@ We believe we are not reinventing the wheel in this package but what we are doin ```sh meteor add quave:collections -meteor npm install simpl-schema@3.4.6 +meteor npm install simpl-schema ``` ## Usage diff --git a/collections/package.js b/collections/package.js index 2466d0f..f168dbc 100644 --- a/collections/package.js +++ b/collections/package.js @@ -10,7 +10,6 @@ Npm.depends({ 'lodash.isempty': '4.4.0', 'lodash.isequal': '4.5.0', 'lodash.isobject': '3.0.2', - 'simpl-schema': '3.4.6', }); Package.onUse((api) => {