Skip to content

Commit

Permalink
Update Meteor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jun 27, 2017
1 parent a15c09e commit a08cb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// package metadata file for Meteor.js
var packageName = 'digimet:ng-flow';
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
var version = '2.6.1';
var version = '2.7.7';
var summary = 'Flow.js html5 file upload extension on angular.js framework';
var gitLink = 'https://github.com/flowjs/ng-flow.git';
var documentationFile = 'README.md';
Expand All @@ -19,7 +19,7 @@ Package.onUse(function(api) {
api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']); // Meteor versions

api.use('angular:angular@1.2.0', where); // Dependencies
api.use('digimet:flowjs@2.9.0', where);
api.use('digimet:flowjs@2.13.0', where);

api.addFiles('./dist/ng-flow.js', where); // Files in use
});

1 comment on commit a08cb60

@LongShaojun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我不知道

Please sign in to comment.