mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
replaced moment with momentjs
This commit is contained in:
parent
230f99dbf3
commit
03f0307d0b
2 changed files with 8 additions and 8 deletions
|
@ -9,9 +9,9 @@ accounts-ui
|
|||
accounts-password
|
||||
accounts-twitter
|
||||
router
|
||||
moment
|
||||
spiderable
|
||||
email
|
||||
database-forms
|
||||
paginated-subscription
|
||||
crypto-md5
|
||||
momentjs
|
||||
|
|
14
smart.lock
14
smart.lock
|
@ -7,7 +7,7 @@
|
|||
"dependencies": {
|
||||
"basePackages": {
|
||||
"router": {},
|
||||
"moment": {},
|
||||
"momentjs": {},
|
||||
"database-forms": {
|
||||
"git": "git://github.com/SachaG/database-forms.git",
|
||||
"branch": "master"
|
||||
|
@ -18,13 +18,13 @@
|
|||
"packages": {
|
||||
"router": {
|
||||
"git": "https://github.com/tmeasday/meteor-router.git",
|
||||
"tag": "v0.5.1",
|
||||
"commit": "32e377c7703bb119acccc859fc7296882903cbe7"
|
||||
"tag": "v0.5.3",
|
||||
"commit": "7bd3a1bdd1099625bb8b49406d9b8f961d6f4a17"
|
||||
},
|
||||
"moment": {
|
||||
"git": "https://github.com/possibilities/meteor-moment.git",
|
||||
"tag": "v1.7.0",
|
||||
"commit": "c64b6ec0e714b9556f4b6643d430b868ba69d3d7"
|
||||
"momentjs": {
|
||||
"git": "https://github.com/crapthings/meteor-momentjs.git",
|
||||
"tag": "v2.1.0",
|
||||
"commit": "f421f51c2cb40093374a83adb932937da2f991d3"
|
||||
},
|
||||
"database-forms": {
|
||||
"git": "git://github.com/SachaG/database-forms.git",
|
||||
|
|
Loading…
Add table
Reference in a new issue