Skip to content

Commit

Permalink
Merge branch 'devel' into release-1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Sep 22, 2016
2 parents 03c5346 + 942221d commit da5f695
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 176 deletions.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ dependencies:
- ".meteor"
- ".babel-cache"
override:
- ./meteor --get-ready
# shouldn't take longer than 10 minutes
- METEOR_PRETTY_OUTPUT=0 ./meteor --get-ready:
timeout: 600

test:
override:
Expand Down
22 changes: 11 additions & 11 deletions packages/npm-mongo/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/npm-mongo/.versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[email protected]
[email protected]
[email protected]
4 changes: 2 additions & 2 deletions packages/npm-mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

Package.describe({
summary: "Wrapper around the mongo npm package",
version: '1.5.50-beta.4',
version: '1.5.50',
documentation: null
});

Npm.depends({
mongodb: "2.2.9"
mongodb: "2.2.10"
});

Package.onUse(function (api) {
Expand Down
261 changes: 101 additions & 160 deletions packages/stylus/.npm/plugin/compileStylusBatch/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/stylus/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Package.registerBuildPlugin({
'plugin/compile-stylus.js'
],
npmDependencies: {
stylus: "https://github.com/meteor/stylus/tarball/d4352c9cb4056faf238e6bd9f9f2172472b67c5b", // fork of 0.51.1
nib: "1.1.0"
stylus: "https://github.com/meteor/stylus/tarball/bb47a357d132ca843718c63998eb37b90013a449", // fork of 0.54.5
nib: "1.1.2"
}
});

Expand Down
1 change: 1 addition & 0 deletions tools/cli/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,7 @@ var runTestAppForPackages = function (projectContext, options) {
oplogUrl: process.env.MONGO_OPLOG_URL,
mobileServerUrl: options.mobileServerUrl,
once: options.once,
noReleaseCheck: options['no-release-check'] || process.env.METEOR_NO_RELEASE_CHECK,
recordPackageUsage: false,
selenium: options.selenium,
seleniumBrowser: options['selenium-browser'],
Expand Down

0 comments on commit da5f695

Please sign in to comment.