Browse Source

Upgrade to Meteor 0.9.1

Adel Qalieh 11 years ago
parent
commit
99adeda470
5 changed files with 8 additions and 34 deletions
  1. 7 0
      .meteor/.id
  2. 1 1
      .meteor/release
  3. 0 3
      packages/.gitignore
  4. 0 5
      smart.json
  5. 0 25
      smart.lock

+ 7 - 0
.meteor/.id

@@ -0,0 +1,7 @@
+# This file contains a token that is unique to your project.
+# Check it into your repository along with the rest of this directory.
+# It can be used for purposes such as:
+#   - ensuring you don't accidentally deploy one app on top of another
+#   - providing package authors with aggregated statistics
+
+10onuk1lefgnt1dem6xd

+ 1 - 1
.meteor/release

@@ -1 +1 @@
-0.8.3
+METEOR@0.9.1

+ 0 - 3
packages/.gitignore

@@ -1,3 +0,0 @@
-/router
-/page-js-ie-support
-/HTML5-History-API

+ 0 - 5
smart.json

@@ -1,5 +0,0 @@
-{
-  "packages": {
-    "router": {}
-  }
-}

+ 0 - 25
smart.lock

@@ -1,25 +0,0 @@
-{
-  "meteor": {},
-  "dependencies": {
-    "basePackages": {
-      "router": {}
-    },
-    "packages": {
-      "router": {
-        "git": "https://github.com/tmeasday/meteor-router.git",
-        "tag": "v0.6.1",
-        "commit": "8ec75fec7affdefc787d19f23b36fd6d1d44ef04"
-      },
-      "page-js-ie-support": {
-        "git": "https://github.com/tmeasday/meteor-page-js-ie-support.git",
-        "tag": "v1.3.5",
-        "commit": "b99ed8380aefd10b2afc8f18d9eed4dd0d8ea9cb"
-      },
-      "HTML5-History-API": {
-        "git": "https://github.com/tmeasday/meteor-HTML5-History-API.git",
-        "tag": "v4.1.2",
-        "commit": "b5fca79f9ae8936e5f748a04f475295f4fa1cc7a"
-      }
-    }
-  }
-}