Skip to content

Commit

Permalink
Merge branch 'refactor/meteor_1.7_#165'
Browse files Browse the repository at this point in the history
Closes #165
  • Loading branch information
cleverbeagle committed Jun 26, 2018
2 parents f65ba75 + 47769ad commit d757bd9
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 37 deletions.
1 change: 1 addition & 0 deletions .meteor/.finished-upgraders
Expand Up @@ -15,3 +15,4 @@ notices-for-facebook-graph-api-2
1.4.1-add-shell-server-package
1.4.3-split-account-service-packages
1.5-add-dynamic-import-package
1.7-split-underscore-from-meteor-base
21 changes: 11 additions & 10 deletions .meteor/packages
Expand Up @@ -4,23 +4,23 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base@1.3.0 # Packages every Meteor app needs to have
meteor-base@1.4.0 # Packages every Meteor app needs to have
mobile-experience@1.0.5 # Packages for a great mobile UX
mongo@1.4.2 # The database Meteor supports right now
mongo@1.5.0 # The database Meteor supports right now
reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.1.3 # Meteor's client-side reactive programming library
tracker@1.2.0 # Meteor's client-side reactive programming library

standard-minifier-css@1.4.0 # CSS minifier run for production mode
standard-minifier-js@2.3.1 # JS minifier run for production mode
es5-shim@4.7.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.10.6 # Enable ECMAScript2015+ syntax in app code
standard-minifier-css@1.4.1 # CSS minifier run for production mode
standard-minifier-js@2.3.4 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
shell-server@0.3.1 # Server-side component of the `meteor shell` command

react-meteor-data
alanning:roles
twbs:bootstrap
accounts-base@1.4.2
accounts-password@1.5.0
accounts-password@1.5.1
service-configuration@1.0.11
accounts-facebook@1.3.1
accounts-github@1.4.1
Expand All @@ -30,6 +30,7 @@ fortawesome:fontawesome
aldeed:collection2-core@2.0.1
audit-argument-checks@1.0.7
ddp-rate-limiter@1.0.7
dynamic-import@0.3.0
dynamic-import@0.4.0
static-html
server-render
server-render@0.3.1
underscore
2 changes: 1 addition & 1 deletion .meteor/release
@@ -1 +1 @@
METEOR@1.6.1.1
METEOR@1.7.0.3
52 changes: 26 additions & 26 deletions .meteor/versions
Expand Up @@ -9,35 +9,35 @@ aldeed:collection2-core@2.1.2
allow-deny@1.1.0
audit-argument-checks@1.0.7
autoupdate@1.4.0
babel-compiler@7.0.7
babel-compiler@7.1.1
babel-runtime@1.2.2
base64@1.0.11
binary-heap@1.0.10
blaze@2.3.2
blaze-tools@1.0.10
boilerplate-generator@1.4.0
caching-compiler@1.1.11
boilerplate-generator@1.5.0
caching-compiler@1.1.12
caching-html-compiler@1.1.2
callback-hook@1.1.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.2
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.1.2
ddp-server@2.2.0
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.3.0
ecmascript@0.10.7
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.6.2
ecmascript-runtime-server@0.5.0
dynamic-import@0.4.1
ecmascript@0.11.1
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.7.1
ecmascript-runtime-server@0.7.0
ejson@1.1.0
email@1.2.3
es5-shim@4.7.3
facebook-oauth@1.4.1
es5-shim@4.8.0
facebook-oauth@1.5.0
fortawesome:fontawesome@4.7.0
fourseven:scss@4.5.4
fourseven:scss@4.9.0
geojson-utils@1.0.10
github-oauth@1.2.0
google-oauth@1.2.5
Expand All @@ -51,25 +51,26 @@ launch-screen@1.1.1
livedata@1.0.18
localstorage@1.2.0
logging@1.1.20
meteor@1.8.6
meteor-base@1.3.0
meteor@1.9.0
meteor-base@1.4.0
minifier-css@1.3.1
minifier-js@2.3.4
minifier-js@2.3.5
minimongo@1.4.4
mobile-experience@1.0.5
mobile-status-bar@1.0.14
modules@0.11.6
modules-runtime@0.9.2
mongo@1.4.7
modern-browsers@0.1.1
modules@0.12.0
modules-runtime@0.10.2
mongo@1.5.0
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-bcrypt@0.9.3
npm-mongo@2.2.34
npm-mongo@3.0.7
oauth@1.2.3
oauth2@1.2.0
observe-sequence@1.0.16
ordered-dict@1.1.0
promise@0.10.2
promise@0.11.1
raix:eventemitter@0.1.3
random@1.1.0
rate-limit@1.0.9
Expand All @@ -79,28 +80,27 @@ reactive-var@1.0.11
reload@1.2.0
retry@1.1.0
routepolicy@1.0.13
server-render@0.3.0
server-render@0.3.1
service-configuration@1.0.11
session@1.1.7
sha@1.0.9
shell-server@0.3.1
shim-common@0.1.0
socket-stream-client@0.1.0
socket-stream-client@0.2.2
spacebars@1.0.15
spacebars-compiler@1.1.3
srp@1.0.10
standard-minifier-css@1.4.1
standard-minifier-js@2.3.3
standard-minifier-js@2.3.4
static-html@1.2.2
templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
templating-tools@1.1.2
themeteorchef:bert@2.1.3
tmeasday:check-npm-versions@0.3.2
tracker@1.1.3
tracker@1.2.0
twbs:bootstrap@3.3.6
underscore@1.0.10
url@1.2.0
webapp@1.5.0
webapp@1.6.1
webapp-hashing@1.0.9

0 comments on commit d757bd9

Please sign in to comment.