sourcemapped-stacktrace-node
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "sourcemapped-stacktrace-node", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/stereobooster/sourcemapped-stacktrace", | ||
@@ -14,4 +14,3 @@ "license": "BSD-3-Clause", | ||
"main": "sourcemapped-stacktrace.js", | ||
"description": | ||
"A simple module for applying source maps to JS stack traces in the browser.", | ||
"description": "A simple module for applying source maps to JS stack traces in the browser.", | ||
"dependencies": { | ||
@@ -23,6 +22,4 @@ "es6-promise": "^4.1.1", | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.9.0", | ||
"jest": "^21.2.1", | ||
"prettier": "1.7.4", | ||
"webpack": "^1.12.0" | ||
"prettier": "1.7.4" | ||
}, | ||
@@ -34,7 +31,5 @@ "repository": { | ||
"scripts": { | ||
"precommit": | ||
"prettier --write *.{js,json,css} && prettier --write tests/*.{js,json,css}", | ||
"test": "jest", | ||
"prepublish": "webpack" | ||
"precommit": "prettier --write *.{js,json,css} && prettier --write tests/*.{js,json,css}", | ||
"test": "jest" | ||
} | ||
} |
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
2
102943
11
200