Use meteorite package version of moment ?

This commit is contained in:
Julien Chaumond 2012-09-27 17:44:23 +02:00
parent 227cc187b2
commit 7c94590793
4 changed files with 11 additions and 9 deletions

View file

@ -10,3 +10,4 @@ accounts-ui
router
groups
cron
moment

6
lib/moment.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,7 @@
"packages": {
"router": {},
"groups": {},
"cron": {}
"cron": {},
"moment": {}
}
}

View file

@ -2,13 +2,14 @@
"meteor": {
"git": "https://github.com/meteor/meteor.git",
"branch": "auth",
"commit": "69110dec0f90877a9294057a4572876d0dae37e0"
"commit": "3feefd3cda75cea37346bc94d7da6647d7f7f21f"
},
"dependencies": {
"basePackages": {
"router": {},
"groups": {},
"cron": {}
"cron": {},
"moment": {}
},
"packages": {
"router": {
@ -26,6 +27,11 @@
"tag": "v0.0.1",
"commit": "8cecc021c1fb681bfa1de2aa8242448a4516049a"
},
"moment": {
"git": "https://github.com/possibilities/meteor-moment.git",
"tag": "v1.7.0",
"commit": "c64b6ec0e714b9556f4b6643d430b868ba69d3d7"
},
"deps-extensions": {
"git": "https://github.com/tmeasday/meteor-deps-extensions.git",
"tag": "v0.1.0",