Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jan 16, 2018
1 parent a6b7bc4 commit 13dd0ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,3 @@
# 0.3.2 - 17/01/2018

- Remove implicit dependency on underscore - https://github.com/tmeasday/check-npm-versions/pull/20
6 changes: 3 additions & 3 deletions package.js
@@ -1,12 +1,12 @@
Package.describe({
name: 'tmeasday:check-npm-versions',
version: '0.3.1',
version: '0.3.2',
summary: 'Check that required npm packages are installed at the app level',
git: 'https://github.com/tmeasday/check-npm-versions.git',
documentation: 'README.md'
documentation: 'README.md',
});

Npm.depends({'semver': '5.1.0'});
Npm.depends({ semver: '5.1.0' });

Package.onUse(function(api) {
api.versionsFrom('1.3-beta.11');
Expand Down

0 comments on commit 13dd0ca

Please sign in to comment.