Skip to content

Commit

Permalink
update to meteor 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherbst committed Nov 20, 2014
1 parent 37e71c6 commit 158cd8a
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.build*
10 changes: 7 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Package.describe({
summary: "Enable server-side reactivity for Meteor.publish"
name: "mrt:reactive-publish",
summary: "Enable server-side reactivity for Meteor.publish",
version: "0.1.7",
git: "https://github.com/Diggsey/meteor-reactive-publish.git"
});

Package.on_use(function(api) {
api.versionsFrom('[email protected]');
api.use([
'coffeescript',
'deps',
'tracker',
'underscore',
'server-deps',
'mrt:server-deps',
'accounts-base'
], 'server');

Expand Down
11 changes: 0 additions & 11 deletions smart.json

This file was deleted.

111 changes: 111 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"dependencies": [
[
"accounts-base",
"1.1.2"
],
[
"application-configuration",
"1.0.3"
],
[
"base64",
"1.0.1"
],
[
"binary-heap",
"1.0.1"
],
[
"callback-hook",
"1.0.1"
],
[
"check",
"1.0.2"
],
[
"coffeescript",
"1.0.4"
],
[
"ddp",
"1.0.11"
],
[
"deps",
"1.0.5"
],
[
"ejson",
"1.0.4"
],
[
"follower-livedata",
"1.0.2"
],
[
"geojson-utils",
"1.0.1"
],
[
"id-map",
"1.0.1"
],
[
"json",
"1.0.1"
],
[
"localstorage",
"1.0.1"
],
[
"logging",
"1.0.5"
],
[
"meteor",
"1.1.3"
],
[
"minimongo",
"1.0.5"
],
[
"mongo",
"1.0.8"
],
[
"mrt:server-deps",
"0.1.2"
],
[
"ordered-dict",
"1.0.1"
],
[
"random",
"1.0.1"
],
[
"retry",
"1.0.1"
],
[
"service-configuration",
"1.0.2"
],
[
"tracker",
"1.0.3"
],
[
"underscore",
"1.0.1"
]
],
"pluginDependencies": [],
"toolVersion": "[email protected]",
"format": "1.0"
}

0 comments on commit 158cd8a

Please sign in to comment.