spur-errors
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "spur-errors", | ||
"description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "lib/SpurErrors.js", | ||
@@ -27,5 +27,4 @@ "jsnext:main": "./src/SpurErrors", | ||
"test-unit": "babel-node --debug node_modules/mocha/bin/_mocha ./test/unit/", | ||
"test-unit-legacy": "babel-node --debug node_modules/mocha/bin/_mocha ./test/legacy/", | ||
"test-integration": "babel-node --debug node_modules/mocha/bin/_mocha ./test/integration/", | ||
"test": "npm run test-unit && npm run test-unit-legacy && npm run test-integration", | ||
"test": "npm run test-unit && npm run test-integration", | ||
"build-and-test": "npm run build && npm test" | ||
@@ -48,3 +47,2 @@ }, | ||
"chai": "^3.5.0", | ||
"coffee-script": "^1.10.0", | ||
"eslint": "^2.4.0", | ||
@@ -51,0 +49,0 @@ "eslint-config-opentable": "^4.0.0", |
Sorry, the diff of this file is not supported yet
10
20827
14