Skip to content

Commit

Permalink
Remove Npm.depends from onTest
Browse files Browse the repository at this point in the history
That is handled in package.json
  • Loading branch information
StorytellerCZ committed Sep 5, 2024
1 parent 3d290d9 commit 616e6ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name: 'reywood:publish-composite',
summary: 'Publish a set of related documents from multiple collections with a reactive join.',
version: '1.8.11',
version: '1.8.12',
git: 'https://github.com/Meteor-Community-Packages/meteor-publish-composite'
})

Expand Down Expand Up @@ -36,9 +36,6 @@ Package.onUse((api) => {

// meteor test-packages reywood:publish-composite --driver-package meteortesting:mocha
Package.onTest((api) => {
Npm.depends({
chai: '4.3.10'
})
api.use([
'ecmascript',
'modules',
Expand Down

0 comments on commit 616e6ea

Please sign in to comment.