Skip to content

Commit

Permalink
Merge pull request #5 from monti-apm/feature/random-version
Browse files Browse the repository at this point in the history
Update Package Constraints
  • Loading branch information
zodern authored Sep 18, 2023
2 parents 27553e5 + 1eb7f59 commit 87a5b06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
meteorRelease:
- '--release 1.4.4.6'
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Package.onTest(function(api) {

function configurePackage(api) {
api.versionsFrom("[email protected]");
api.use(["random", "ecmascript"], "server");
api.use(["random@1.0.1||2.0.0-alpha300.10", "ecmascript@0.7.3||1.0.0-alpha300.10"], "server");

api.use(["mongo", "[email protected]||2.0.0||3.0.0-alpha300.10"], "server");
api.use(["mongo@1.1.24||2.0.0-alpha300.10", "[email protected]||2.0.0||3.0.0-alpha300.10"], "server");
api.addFiles(["src/livedata.js", "src/mongo-livedata.js", "src/server.js"], "server");
}

0 comments on commit 87a5b06

Please sign in to comment.