Skip to content

Commit

Permalink
Use fixed version in meteor/package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Sep 13, 2016
1 parent c587bf0 commit a262292
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meteor/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

var packageName = 'momentjs:moment'; // https://atmospherejs.com/momentjs/moment

var packageJson = JSON.parse(Npm.require("fs").readFileSync('package.json'));

Package.describe({
name: packageName,
summary: 'Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging',
version: packageJson.version,
version: '2.15.0',
git: 'https://github.com/moment/moment.git'
});

Expand Down

0 comments on commit a262292

Please sign in to comment.