Skip to content

Commit

Permalink
Bumped node module version again for 1.4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Aug 24, 2016
1 parent 6eec080 commit e9a57a9
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/coffeescript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Javascript dialect with fewer braces and semicolons",
version: "1.2.4"
version: "1.2.4_1"
});

Package.registerBuildPlugin({
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-tool/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.4.1'
version: '1.4.1_1'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Npm.strip({
});

Package.onUse(function (api) {
api.use('[email protected].47', 'server');
api.use('[email protected].48', 'server');
api.use('allow-deny');

api.use([
Expand Down
51 changes: 33 additions & 18 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.

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.47',
version: '1.5.48',
documentation: null
});

Npm.depends({
mongodb: "2.2.7"
mongodb: "2.2.8"
});

Package.onUse(function (api) {
Expand Down

0 comments on commit e9a57a9

Please sign in to comment.