Skip to content

Commit

Permalink
fix scaffold file duplication and bump to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Jun 30, 2014
1 parent 4b13f68 commit 2135190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zunder",
"version": "0.0.9",
"version": "0.0.10",
"description": "A front-end build tool that makes developing apps with Ember, CoffeeScript, Browserify, and Stylus a breeze",
"homepage": "https://github.com/chrisbreiding/zunder",
"repository": "git://github.com/chrisbreiding/zunder.git",
Expand Down Expand Up @@ -50,6 +50,6 @@
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --require test/common --reporter spec",
"prepublish": "coffee --compile --output dist/lib ./src/lib; coffee --compile --output dist/tasks ./src/tasks; coffee --compile --output dist/ ./src/index.coffee; cp -R ./src/scaffold dist/scaffold"
"prepublish": "coffee --compile --output dist/lib src/lib; coffee --compile --output dist/tasks src/tasks; coffee --compile --output dist/ src/index.coffee; cp -R src/scaffold/ dist/scaffold/"
}
}

0 comments on commit 2135190

Please sign in to comment.