Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Dec 16, 2014
1 parent 7095e1f commit 5fcdd35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/jade-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Compiler for the meteor-jade template language",
version: "0.4.0_3",
version: "0.4.1",
name: "mquandalle:jade-compiler",
git: "https://github.com/mquandalle/meteor-jade.git"
});
Expand Down
5 changes: 3 additions & 2 deletions packages/jade/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Jade template language",
version: "0.4.0",
version: "0.4.1",
name: "mquandalle:jade",
git: "https://github.com/mquandalle/meteor-jade.git"
});
Expand All @@ -9,8 +9,9 @@ Package.registerBuildPlugin({
name: "compileJade",
use: [
"underscore",
'htmljs',
"spacebars-compiler",
"mquandalle:[email protected].0_3"
"mquandalle:[email protected].1"
],
sources: [
"plugin/handler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jade/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"compileJade",
{
"spacebars-compiler": "1.0.3",
"mquandalle:jade-compiler": "0.4.0_3",
"mquandalle:jade-compiler": "0.4.1",
"deps": "1.0.5",
"tracker": "1.0.3",
"html-tools": "1.0.2",
Expand Down

0 comments on commit 5fcdd35

Please sign in to comment.