Skip to content

Commit b5f36d8

Browse files
committed
Bump package version along with the version of the meteor-typescript NPM
Urigo/angular2-meteor#102
1 parent 0101e89 commit b5f36d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
Package.describe({
22
name: 'barbatus:typescript-compiler',
3-
version: '0.5.0-beta.14',
3+
version: '0.5.4',
44
summary: 'TypeScript Compiler for Meteor',
55
git: 'https://github.com/barbatus/ts-compilers',
66
documentation: 'README.md'
77
});
88

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

1414
Package.onUse(function(api) {
15+
api.versionsFrom('1.2.0.1');
16+
1517
api.use([
1618
1719

0 commit comments

Comments
 (0)