Skip to content

Commit

Permalink
adds simpl-schema as npm depends
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Oct 13, 2024
1 parent 1b65932 commit 7311f31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/collections-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ 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: meteor test-packages ./
2 changes: 1 addition & 1 deletion collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
meteor npm install simpl-schema@3.4.6
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions collections/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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) => {
Expand Down

0 comments on commit 7311f31

Please sign in to comment.