File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : 'barbatus:typescript-compiler' ,
3
- version : '0.5.5 ' ,
3
+ version : '0.5.6 ' ,
4
4
summary : 'TypeScript Compiler for Meteor' ,
5
5
git : 'https://github.com/barbatus/ts-compilers' ,
6
6
documentation : 'README.md'
7
7
} ) ;
8
8
9
9
Npm . depends ( {
10
- 'meteor-typescript' : 'https://github.com/barbatus/meteor-typescript/tarball/35661eed0a5cbe017e8213527d144eab61614dbc ' ,
10
+ 'meteor-typescript' : '0.6.2 ' ,
11
11
'async' : '1.4.0' ,
12
12
'minimatch' : '3.0.0'
13
13
} ) ;
Original file line number Diff line number Diff line change 2
2
3
3
rm -fr " ~/.cache"
4
4
5
- VELOCITY_TEST_PACKAGES=1 TYPESCRIPT_LOG=1 TYPESCRIPT_CACHE_DIR=" ~/.cache" meteor test-packages --driver-package=velocity:html-reporter ./
5
+ VELOCITY_TEST_PACKAGES=1 TYPESCRIPT_LOG=1 TYPESCRIPT_CACHE_DIR=" ~/.cache" meteor test-packages --release=1.2.1 -- driver-package=velocity:html-reporter ./
You can’t perform that action at this time.
0 commit comments