Skip to content

Commit

Permalink
Updated to Meteor 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Feb 26, 2018
1 parent 12e207e commit 88ec46e
Show file tree
Hide file tree
Showing 5 changed files with 687 additions and 56 deletions.
16 changes: 8 additions & 8 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-base@1.2.0 # Packages every Meteor app needs to have
meteor-base@1.3.0 # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
mongo@1.3.0 # The database Meteor supports right now
mongo@1.4.2 # The database Meteor supports right now
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library

standard-minifier-css@1.3.5 # CSS minifier run for production mode
standard-minifier-js@2.2.0 # JS minifier run for production mode
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.9.0 # Enable ECMAScript2015+ syntax in app code
[email protected].0 # Server-side component of the `meteor shell` command
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.0 # Enable ECMAScript2015+ syntax in app code
[email protected].1 # Server-side component of the `meteor shell` command

akryum:vue-component
dynamic-import@0.2.0
dynamic-import@0.3.0
akryum:vue-router2
vuejs:blaze-integration
blaze-html-templates
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected]
[email protected].1
97 changes: 50 additions & 47 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,83 +1,86 @@
akryum:npm-check@0.0.4
akryum:vue-component@0.12.2
akryum:vue-component-dev-client@0.3.0
akryum:vue-component-dev-server@0.0.11
akryum:vue-router2@0.1.1
akryum:npm-check@0.1.0
akryum:vue-component@0.13.0
akryum:vue-component-dev-client@0.4.0
akryum:vue-component-dev-server@0.1.0
akryum:vue-router2@0.2.0
[email protected]
autoupdate@1.3.12
babel-compiler@6.24.7
babel-runtime@1.1.1
[email protected].10
autoupdate@1.4.0
babel-compiler@7.0.5
babel-runtime@1.2.2
[email protected].11
[email protected]
[email protected]
[email protected]
[email protected]
boilerplate-generator@1.3.0
[email protected].9
boilerplate-generator@1.4.0
[email protected].11
[email protected]
callback-hook@1.0.10
check@1.2.5
coffeescript@1.12.7_3
coffeescript-compiler@1.12.7_3
callback-hook@1.1.0
check@1.3.0
coffeescript@2.2.1_1
coffeescript-compiler@2.2.1_1
[email protected]
ddp-client@2.2.0
ddp-common@1.3.0
[email protected].0
ddp-client@2.3.1
ddp-common@1.4.0
[email protected].2
[email protected]
diff-sequence@1.0.7
dynamic-import@0.2.0
ecmascript@0.9.0
diff-sequence@1.1.0
dynamic-import@0.3.0
ecmascript@0.10.5
[email protected]
ecmascript-runtime-client@0.5.0
ecmascript-runtime-client@0.6.2
[email protected]
[email protected]
es5-shim@4.6.15
es5-shim@4.7.3
[email protected]
[email protected]
[email protected]
[email protected]
http@1.3.0
id-map@1.0.9
[email protected].10
http@1.4.0
id-map@1.1.0
[email protected].11
[email protected]
[email protected]
[email protected]
[email protected].0
meteor-base@1.2.0
minifier-css@1.2.16
minifier-js@2.2.1
[email protected].0
[email protected].3
meteor-base@1.3.0
minifier-css@1.3.1
minifier-js@2.3.3
[email protected].3
[email protected]
[email protected]
[email protected].0
[email protected].0
mongo@1.3.0
[email protected].5
[email protected].2
mongo@1.4.4
[email protected]
[email protected]
[email protected].33
[email protected].34
[email protected]
ordered-dict@1.0.9
peerlibrary:computed-field@0.7.0
peerlibrary:data-lookup@0.1.0
[email protected].0
random@1.0.10
ordered-dict@1.1.0
peerlibrary:computed-field@0.9.0
peerlibrary:data-lookup@0.2.1
[email protected].2
random@1.1.0
[email protected]
reload@1.1.11
retry@1.0.9
reload@1.2.0
retry@1.1.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
standard-minifier-css@1.3.5
standard-minifier-js@2.2.1
standard-minifier-css@1.4.1
standard-minifier-js@2.3.2
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
url@1.1.0
url@1.2.0
vuejs:[email protected]
webapp@1.4.0
webapp@1.5.0
[email protected]
Loading

0 comments on commit 88ec46e

Please sign in to comment.