Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Added new built version, and added prepublish task.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkalderimis committed Mar 4, 2013
1 parent b86fc9e commit 237020e
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 51 deletions.
194 changes: 145 additions & 49 deletions lib/prefix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -27,10 +27,12 @@
},
"scripts": {
"pretest": "npm install",
"test": "coffee --compile prefix.coffee ; coffee --compile test/ ; mocha --ui bdd --reporter spec"
"prepublish": "coffee --compile --output lib/ prefix.coffee",
"test": "coffee --compile prefix.coffee && coffee --compile test/ && mocha --ui bdd --reporter spec"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.8.1"
"mocha": "~1.8.1",
"coffee-script": ">=1.3.0"
}
}

0 comments on commit 237020e

Please sign in to comment.