summaryrefslogtreecommitdiffstats
path: root/.meteor/packages
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-24 23:30:56 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-25 18:08:04 +0200
commit07cc454b410a2b027960971662757810bd301f5d (patch)
tree2f3c29e06eb1e35fe88925c0cbc1140a9895d066 /.meteor/packages
parent9bea6a52d32c843d277640e42785a8faac583a63 (diff)
downloadwekan-07cc454b410a2b027960971662757810bd301f5d.tar.gz
wekan-07cc454b410a2b027960971662757810bd301f5d.tar.bz2
wekan-07cc454b410a2b027960971662757810bd301f5d.zip
Upgrade meteor to 1.2-rc.4 and package versions
The new version of meteor speeds up the reload cycle, which is super valuable during the development. I also removed the "imply-everything" "meteor-platform" package in favor of a more fined-grained package selection. This version also introduces ES6 support with transparent babeljs transpilation. Most features are enable (with the notable exception of ES6 modules) and this commit started to use them in places where a XXX comment suggested it.
Diffstat (limited to '.meteor/packages')
-rw-r--r--.meteor/packages37
1 files changed, 23 insertions, 14 deletions
diff --git a/.meteor/packages b/.meteor/packages
index 11594a83..42559169 100644
--- a/.meteor/packages
+++ b/.meteor/packages
@@ -6,21 +6,17 @@
# XXX Should we replace tmeasday:presence by 3stack:presence? Or maybe the
# packages will merge in the future?
-meteor-platform
+meteor-base
-# Account system
-accounts-password
-kenton:accounts-sandstorm
-service-configuration
-useraccounts:core
-useraccounts:unstyled
-useraccounts:flow-routing
-
-# Compilers
+# Build system
+es5-shim
+ecmascript
+standard-minifiers
mquandalle:jade
mquandalle:stylus
# Collections
+mongo
aldeed:collection2
cfs:gridfs
cfs:standard-packages
@@ -30,7 +26,22 @@ matb33:collection-hooks
matteodem:easy-search
reywood:publish-composite
+# Account system
+accounts-password
+kenton:accounts-sandstorm
+service-configuration
+useraccounts:core
+useraccounts:unstyled
+useraccounts:flow-routing
+
# Utilities
+check
+jquery
+random
+reactive-dict
+session
+tracker
+underscore
alethes:pages
arillo:flow-router-helpers
audit-argument-checks
@@ -43,19 +54,17 @@ mquandalle:bower
mquandalle:moment
ongoworks:speakingurl
raix:handlebar-helpers
-random
-reactive-dict
tap:i18n
tmeasday:presence
-underscore
# UI components
+blaze
+reactive-var
fortawesome:fontawesome
mousetrap:mousetrap
mquandalle:jquery-textcomplete
mquandalle:jquery-ui-drag-drop-sort
peerlibrary:blaze-components
perak:markdown
-reactive-var
seriousm:emoji-continued
templates:tabs