Skip to content

Commit

Permalink
Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Nov 10, 2016
1 parent a3cb046 commit 44d5bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package.describe({
name: 'jagi:astronomy-softremove-behavior',
version: '2.0.4',
version: '2.0.5',
summary: 'Soft remove behavior for Meteor Astronomy',
git: 'https://github.com/jagi/meteor-astronomy-softremove-behavior.git'
});

Npm.depends({
lodash: '4.13.1'
lodash: '4.16.6'
});

Package.onUse(function(api) {
Expand All @@ -15,7 +15,7 @@ Package.onUse(function(api) {
api.use([
'ecmascript',
'es5-shim',
'jagi:astronomy@2.0.0'
'jagi:astronomy@2.2.4'
], ['client', 'server']);

api.mainModule('lib/main.js', ['client', 'server']);
Expand Down

0 comments on commit 44d5bd8

Please sign in to comment.