Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 15, 2018
1 parent 38ac51d commit 639c81c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
99 changes: 51 additions & 48 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,54 +1,57 @@
allow-deny@1.0.5
babel-compiler@6.14.1
babel-runtime@1.0.1
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.8
blaze-tools@1.0.9
boilerplate-generator@1.0.11
caching-compiler@1.1.9
callback-hook@1.0.10
check@1.2.5
coffeescript@1.12.3_1
ddp@1.2.5
ddp-client@1.3.3
ddp-common@1.2.8
ddp-server@1.3.13
allow-deny@1.1.0
babel-compiler@7.2.4
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.11
blaze@2.3.2
boilerplate-generator@1.6.0
callback-hook@1.1.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.3
ddp-common@1.4.0
ddp-server@2.2.0
deps@1.0.12
diff-sequence@1.0.7
ecmascript@0.6.3
ecmascript-runtime@0.3.15
ejson@1.0.13
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
edemaine:file-collection@1.3.9
ejson@1.1.0
fetch@0.1.0
geojson-utils@1.0.10
html-tools@1.0.10
htmljs@1.0.10
http@1.2.11
id-map@1.0.9
htmljs@1.0.11
http@1.4.1
id-map@1.1.0
inter-process-messaging@0.1.0
jquery@1.11.10
local-test:vsivsi:file-collection@1.3.8
logging@1.1.17
meteor@1.6.1
minimongo@1.0.20
modules@0.7.9
modules-runtime@0.7.9
mongo@1.1.15
mongo-id@1.0.6
npm-mongo@2.2.16_1
observe-sequence@1.0.15
ordered-dict@1.0.9
promise@0.8.8
random@1.0.10
local-test:edemaine:file-collection@1.3.9
logging@1.1.20
meteor@1.9.2
minimongo@1.4.5
modern-browsers@0.1.3
modules@0.13.0
modules-runtime@0.10.3
mongo@1.6.0
mongo-decimal@0.1.0
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.1.1
observe-sequence@1.0.16
ordered-dict@1.1.0
promise@0.11.1
random@1.1.0
reactive-var@1.0.11
retry@1.0.9
routepolicy@1.0.12
spacebars@1.0.12
spacebars-compiler@1.0.12
test-helpers@1.0.11
tinytest@1.0.12
tracker@1.1.2
ui@1.0.11
reload@1.2.0
retry@1.1.0
routepolicy@1.1.0
socket-stream-client@0.2.2
test-helpers@1.1.0
tinytest@1.1.0
tracker@1.2.0
underscore@1.0.10
url@1.1.0
vsivsi:file-collection@1.3.8
webapp@1.3.13
url@1.2.0
webapp@1.7.1
webapp-hashing@1.0.9
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var currentVersion = '1.3.8';

Package.describe({
summary: 'Collections that efficiently store files using MongoDB GridFS, with built-in HTTP support (uncoffee version)',
summary: 'Collections that efficiently store files using MongoDB GridFS (noncoffee version)',
name: 'edemaine:file-collection',
version: currentVersion,
git: 'https://github.com/edemaine/meteor-file-collection.git'
Expand All @@ -27,7 +27,7 @@ Npm.depends({
});

Package.onUse(function(api) {
api.use('ecmascript');
api.use('ecmascript@0.12.4');
api.use('webapp@1.3.13', 'server');
api.use('mongo@1.1.15', ['server', 'client']);
api.use('minimongo@1.0.20', 'server');
Expand All @@ -47,7 +47,7 @@ Package.onUse(function(api) {

Package.onTest(function (api) {
api.use('edemaine:file-collection@' + currentVersion, ['server', 'client']);
api.use('ecmascript');
api.use('ecmascript@0.12.4');
api.use('tinytest@1.0.12', ['server', 'client']);
api.use('test-helpers@1.0.11', ['server','client']);
api.use('http@1.2.11', ['server','client']);
Expand Down

0 comments on commit 639c81c

Please # to comment.