From 334684cec7921db4376347b8f9ba6f4f66fd8ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20N=C3=A9vola?= Date: Sun, 13 Oct 2024 20:54:22 -0300 Subject: [PATCH] Revert "adds simpl-schema as npm depends" This reverts commit 7311f318e493f2c2b4e8830db67ce35eed4445fa. --- .github/workflows/collections-test.yml | 4 ++++ collections/README.md | 2 +- collections/package.js | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) 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) => {