Skip to content

Commit

Permalink
* bug: NPM deletes symlinks from the NPM tree, so we need to re-add i…
Browse files Browse the repository at this point in the history
…t after install

* Push to 1.3.1
  • Loading branch information
bminer committed Jun 3, 2012
1 parent 4c83287 commit 9273498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"jade",
"haml"
],
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/bminer/node-blade",
"repository": {
"url": "https://github.com/bminer/node-blade"
Expand All @@ -36,6 +36,7 @@
"scripts": {
"pretest": "./lib/parser/build.sh",
"test": "node ./test/test.js",
"prepublish": "./lib/parser/build.sh; ./dist/build.sh"
"prepublish": "./lib/parser/build.sh; ./dist/build.sh",
"postinstall": "ln -s ../lib/runtime.js ./meteor/runtime.js"
}
}

0 comments on commit 9273498

Please sign in to comment.