diff --git a/.meteor/packages b/.meteor/packages index 8783d0b..dab1b95 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -19,3 +19,5 @@ ecmascript # Enable ECMAScript2015+ syntax in app code insecure # Allow all DB writes from clients (for prototyping) twbs:bootstrap-noglyph fortawesome:fontawesome +iron:router +zenorocha:clipboard diff --git a/.meteor/versions b/.meteor/versions index 9dfac0d..68d05df 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -30,6 +30,14 @@ htmljs@1.0.5 http@1.1.1 id-map@1.0.4 insecure@1.0.4 +iron:controller@1.0.12 +iron:core@1.0.11 +iron:dynamic-template@1.0.12 +iron:layout@1.0.12 +iron:location@1.0.11 +iron:middleware-stack@1.0.11 +iron:router@1.0.12 +iron:url@1.0.11 jquery@1.11.4 launch-screen@1.0.4 livedata@1.0.15 @@ -65,3 +73,4 @@ underscore@1.0.4 url@1.0.5 webapp@1.2.2 webapp-hashing@1.0.5 +zenorocha:clipboard@1.4.2 diff --git a/project-deployer.html b/project-deployer.html index 8a56d6f..7f9da54 100644 --- a/project-deployer.html +++ b/project-deployer.html @@ -2,37 +2,57 @@