mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Use meteorite package version of moment ?
This commit is contained in:
parent
227cc187b2
commit
7c94590793
4 changed files with 11 additions and 9 deletions
|
@ -10,3 +10,4 @@ accounts-ui
|
||||||
router
|
router
|
||||||
groups
|
groups
|
||||||
cron
|
cron
|
||||||
|
moment
|
||||||
|
|
6
lib/moment.min.js
vendored
6
lib/moment.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,7 @@
|
||||||
"packages": {
|
"packages": {
|
||||||
"router": {},
|
"router": {},
|
||||||
"groups": {},
|
"groups": {},
|
||||||
"cron": {}
|
"cron": {},
|
||||||
|
"moment": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
10
smart.lock
10
smart.lock
|
@ -2,13 +2,14 @@
|
||||||
"meteor": {
|
"meteor": {
|
||||||
"git": "https://github.com/meteor/meteor.git",
|
"git": "https://github.com/meteor/meteor.git",
|
||||||
"branch": "auth",
|
"branch": "auth",
|
||||||
"commit": "69110dec0f90877a9294057a4572876d0dae37e0"
|
"commit": "3feefd3cda75cea37346bc94d7da6647d7f7f21f"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"basePackages": {
|
"basePackages": {
|
||||||
"router": {},
|
"router": {},
|
||||||
"groups": {},
|
"groups": {},
|
||||||
"cron": {}
|
"cron": {},
|
||||||
|
"moment": {}
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"router": {
|
"router": {
|
||||||
|
@ -26,6 +27,11 @@
|
||||||
"tag": "v0.0.1",
|
"tag": "v0.0.1",
|
||||||
"commit": "8cecc021c1fb681bfa1de2aa8242448a4516049a"
|
"commit": "8cecc021c1fb681bfa1de2aa8242448a4516049a"
|
||||||
},
|
},
|
||||||
|
"moment": {
|
||||||
|
"git": "https://github.com/possibilities/meteor-moment.git",
|
||||||
|
"tag": "v1.7.0",
|
||||||
|
"commit": "c64b6ec0e714b9556f4b6643d430b868ba69d3d7"
|
||||||
|
},
|
||||||
"deps-extensions": {
|
"deps-extensions": {
|
||||||
"git": "https://github.com/tmeasday/meteor-deps-extensions.git",
|
"git": "https://github.com/tmeasday/meteor-deps-extensions.git",
|
||||||
"tag": "v0.1.0",
|
"tag": "v0.1.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue