Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit be11a7d

Browse files
author
Kamil Kisiela
committed
Specify versions
1 parent 5c6aceb commit be11a7d

File tree

2 files changed

+63
-4
lines changed

2 files changed

+63
-4
lines changed

package.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Package.describe({
1414
Package.onUse(function (api) {
1515

1616
var packages = [
17-
'standard-minifiers',
18-
'es5-shim',
19-
'ecmascript',
17+
'standard-minifiers@1.0.2',
18+
'es5-shim@4.1.14',
19+
'ecmascript@0.1.6',
2020
2121
'angular:[email protected]',
2222
'angular:[email protected]',
2323
'angular:[email protected]',
2424
'pbastowski:[email protected]',
25-
'pbastowski:ecmascript-extras'
25+
'pbastowski:ecmascript-extras@0.0.2'
2626
];
2727

2828
api.versionsFrom("[email protected]");

0 commit comments

Comments
 (0)