Comparing version 0.2.9 to 0.2.10
@@ -0,1 +1,4 @@ | ||
### 0.2.10 | ||
* Replace node-runforcover with good ol' node-jscoverage | ||
### 0.2.9 | ||
@@ -2,0 +5,0 @@ * Make coverage target work by using cliffano/vows with cliffano/node-runforcover |
@@ -7,3 +7,3 @@ { | ||
"lintstrict": { | ||
"opts": "--xml-reporter" | ||
"opts": "--reporter=xml" | ||
}, | ||
@@ -10,0 +10,0 @@ "lint": { |
100
package.json
{ | ||
"name": "bob", | ||
"description": "A minimalistic build tool for Node.js projects.", | ||
"keywords": [ | ||
"build", | ||
"nodelint", | ||
"jshint", | ||
"jscheckstyle", | ||
"vows", | ||
"runforcover", | ||
"deploy", | ||
"make" | ||
], | ||
"version": "0.2.9", | ||
"homepage": "http://github.com/cliffano/bob", | ||
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)", | ||
"bin": { | ||
"bob": "./bin/bob", | ||
"charlotte": "./bin/charlotte" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/cliffano/bob.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/cliffano/bob/issues" | ||
}, | ||
"directories": { | ||
"bin": "./bin", | ||
"lib": "./lib" | ||
}, | ||
"dependencies": { | ||
"dateformat": "1.0.2-1.2.3", | ||
"jquery": "1.6.3", | ||
"nomnom": "1.0.0", | ||
"underscore": "1.1.7" | ||
}, | ||
"devDependencies": { | ||
"sandboxed-module": "0.1.1", | ||
"vows": "0.5.9" | ||
}, | ||
"engines": { | ||
"node": ">= 0.4.0" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/cliffano/bob/raw/master/LICENSE" | ||
} | ||
] | ||
} | ||
"name": "bob", | ||
"description": "A minimalistic build tool for Node.js projects.", | ||
"keywords": [ | ||
"build", | ||
"nodelint", | ||
"jshint", | ||
"jscheckstyle", | ||
"vows", | ||
"runforcover", | ||
"deploy", | ||
"make" | ||
], | ||
"version": "0.2.10", | ||
"homepage": "http://github.com/cliffano/bob", | ||
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)", | ||
"bin": { | ||
"bob": "./bin/bob", | ||
"charlotte": "./bin/charlotte" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/cliffano/bob.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/cliffano/bob/issues" | ||
}, | ||
"directories": { | ||
"bin": "./bin", | ||
"lib": "./lib" | ||
}, | ||
"dependencies": { | ||
"dateformat": "1.0.2-1.2.3", | ||
"jquery": "1.6.3", | ||
"nomnom": "1.0.0", | ||
"underscore": "1.1.7" | ||
}, | ||
"devDependencies": { | ||
"sandboxed-module": "0.1.1", | ||
"vows": "0.5.9" | ||
}, | ||
"engines": { | ||
"node": ">= 0.4.0" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/cliffano/bob/raw/master/LICENSE" | ||
} | ||
] | ||
} |
@@ -9,3 +9,3 @@ Bob | ||
Bob provides common build targets (clean, style, lint, test, cover, package, deploy, stop, start, status, restart) for Node.js libs/apps. It essentially allows multiple projects to use the same Makefile stored in a global node_modules. Bob requires bash shell. | ||
Bob provides common build targets (clean, style, lint, test, coverage, package, deploy, stop, start, status, restart) for Node.js libs/apps. It essentially allows multiple projects to use the same Makefile stored in a global node_modules. Bob requires bash shell. | ||
@@ -12,0 +12,0 @@ Installation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30381