Skip to content

Commit

Permalink
testing hot code push
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonsun committed Mar 6, 2017
1 parent 5785c09 commit 6405ee5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 37 deletions.
1 change: 1 addition & 0 deletions .meteor/cordova-plugins
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]
36 changes: 18 additions & 18 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,47 @@

[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected].13 # The database Meteor supports right now
[email protected].15 # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected].6 # Client-side reactive dictionary for your app
[email protected].9 # Helpful client-side library
[email protected].0 # Meteor's client-side reactive programming library
[email protected].7 # Client-side reactive dictionary for your app
[email protected].10 # Helpful client-side library
[email protected].2 # Meteor's client-side reactive programming library

[email protected].14_1 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8_1 # Enable ECMAScript2015+ syntax in app code
[email protected].15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.6.3 # Enable ECMAScript2015+ syntax in app code

[email protected] # Allow all DB writes from clients (for prototyping)
[email protected].0
[email protected].4
twbs:bootstrap
iron:router
[email protected]
[email protected].10
[email protected].3
[email protected].11
[email protected].4
[email protected]
[email protected].17_1
[email protected].18
cfs:filesystem
cfs:gridfs
cfs:standard-packages
[email protected].12
[email protected].13
aldeed:collection2
raix:push
browser-policy@1.0.9
browser-policy@1.1.0
sergeyt:typeahead
dburles:google-maps
standard-minifier-css@1.2.0_1
[email protected].0_1
standard-minifier-css@1.3.3
[email protected].2
mdg:validated-method
fourseven:scss
[email protected].11
[email protected].13
nooitaf:colors
percolate:synced-cron
[email protected].10
[email protected].11
mirrorcell:background-geolocation-plus
mdg:geolocation
mrt:moment-timezone
cfs:graphicsmagick
ian:accounts-ui-bootstrap-3
msavin:mongol
[email protected].1
[email protected].12
[email protected].2
[email protected].13
remcoder:chronos
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected].1.3
[email protected].3.1
34 changes: 17 additions & 17 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ [email protected]
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected].0
aldeed:[email protected].1
aldeed:[email protected]
[email protected]
anti:[email protected]
Expand All @@ -12,16 +12,16 @@ [email protected]
[email protected]
[email protected]
[email protected]
blaze@2.1.9
blaze-html-templates@1.0.5
blaze@2.3.0
blaze-html-templates@1.1.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
caching-html-compiler@1.0.7
caching-html-compiler@1.1.0
[email protected]
cfs:[email protected]
cfs:[email protected]
Expand All @@ -42,7 +42,7 @@ cfs:[email protected]
cfs:[email protected]
cfs:[email protected]
cfs:[email protected]
[email protected].4
[email protected].5
dburles:[email protected]
[email protected]
[email protected]
Expand All @@ -58,7 +58,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
fourseven:scss@3.10.0
fourseven:scss@3.13.0
[email protected]
[email protected]
[email protected]
Expand All @@ -73,8 +73,8 @@ iron:[email protected]
iron:[email protected]
iron:[email protected]
iron:[email protected]
iron:router@1.0.13
iron:url@1.0.11
iron:router@1.1.2
iron:url@1.1.0
[email protected]
[email protected]
[email protected]
Expand All @@ -87,9 +87,9 @@ [email protected]
[email protected]
meteortoys:[email protected]
[email protected]
[email protected].17
[email protected].18
[email protected]
mirrorcell:background-geolocation-plus@1.2.3
mirrorcell:background-geolocation-plus@1.3.0
[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -126,15 +126,15 @@ [email protected]
[email protected]
[email protected]
[email protected]
spacebars-compiler@1.0.13
spacebars-compiler@1.1.0
[email protected]
[email protected].3
[email protected].2
[email protected].4
[email protected].3
[email protected]
templating@1.2.15
templating-compiler@1.2.15
templating-runtime@1.2.15
templating-tools@1.0.5
templating@1.3.0
templating-compiler@1.3.0
templating-runtime@1.3.0
templating-tools@1.1.0
[email protected]
twbs:[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion imports/ui/pages/creator.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template name="creator">
<h4>Create an Experience Please!</h4>
<h4>Create an Experience</h4>
<form class="main form page">
<div class="form-group">
<div class="row">
Expand Down

0 comments on commit 6405ee5

Please sign in to comment.