7d4e2ad1af
Expresso is a JavaScript TDD framework written for nodejs. Expresso is extremely fast, and is packed with features such as additional assertion methods, code coverage reporting, CI support, and more. ok sthen@
21 lines
610 B
Plaintext
21 lines
610 B
Plaintext
$OpenBSD: patch-package_json,v 1.1.1.1 2012/05/10 13:15:46 jasper Exp $
|
|
|
|
Don't build node-jscoverage yet, it needs autoconf-surgery.
|
|
|
|
--- package.json.orig Thu Sep 22 18:35:42 2011
|
|
+++ package.json Thu May 10 11:01:08 2012
|
|
@@ -4,10 +4,6 @@
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"repository": "git://github.com/visionmedia/expresso",
|
|
"bin": {
|
|
- "expresso": "./bin/expresso",
|
|
- "node-jscoverage": "./deps/jscoverage/node-jscoverage"
|
|
- },
|
|
- "scripts": {
|
|
- "preinstall": "make deps/jscoverage/node-jscoverage"
|
|
+ "expresso": "./bin/expresso"
|
|
}
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|