stacktracey
Advanced tools
Comparing version 2.0.16 to 2.0.17
{ | ||
"name": "stacktracey", | ||
"version": "2.0.16", | ||
"version": "2.0.17", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -9,5 +9,2 @@ "main": "stacktracey", | ||
"lint": "eslint stacktracey.js", | ||
"lint-test": "eslint stacktracey.js", | ||
"babel": "babel stacktracey.js --source-maps inline --out-file ./build/stacktracey.js", | ||
"build": "npm run lint && npm run lint-test && npm run babel", | ||
"test": "nyc --reporter=html --reporter=text mocha --reporter spec", | ||
@@ -14,0 +11,0 @@ "test-no-coverage": "mocha --reporter spec", |
@@ -90,2 +90,3 @@ "use strict"; | ||
.replace (/^webpack\/bootstrap\//, '') | ||
.replace (/^__parcel_source_root\//, '') | ||
} | ||
@@ -92,0 +93,0 @@ |
525
42565