Skip to content

Commit

Permalink
Bump package version along with the version of the meteor-typescript NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
barbatus committed Apr 12, 2016
1 parent 0101e89 commit b5f36d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Package.describe({
name: 'barbatus:typescript-compiler',
version: '0.5.0-beta.14',
version: '0.5.4',
summary: 'TypeScript Compiler for Meteor',
git: 'https://github.com/barbatus/ts-compilers',
documentation: 'README.md'
});

Npm.depends({
'meteor-typescript': 'https://github.com/barbatus/meteor-typescript/tarball/0bae2a6935bb077f02ad48d359f9eba418052acf',
'meteor-typescript': 'https://github.com/barbatus/meteor-typescript/tarball/35661eed0a5cbe017e8213527d144eab61614dbc',
'async': '1.4.0'
});

Package.onUse(function(api) {
api.versionsFrom('1.2.0.1');

api.use([
'[email protected]',
'[email protected]',
Expand Down

0 comments on commit b5f36d8

Please sign in to comment.