@artdeco/clean-stack
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -60,3 +60,1 @@ const { homedir } = require('os'); | ||
*/ | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,8 @@ | ||
## 14 January 2019 | ||
### 1.0.1 | ||
- [package] Add the "module" field. | ||
- [package] Remove source maps. | ||
## 13 September 2018 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@artdeco/clean-stack", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility to remove internal Node.js lines and specific modules from error stacks.", | ||
"main": "build", | ||
"module": "src/index.js", | ||
"scripts": { | ||
@@ -14,3 +15,3 @@ "t": "zoroaster -a", | ||
"doc": "NODE_DEBUG=doc doc documentary -o README.md", | ||
"b": "alamode src -o build", | ||
"b": "alamode src -o build -s", | ||
"d": "NODE_DEBUG=doc doc src/index.js -g", | ||
@@ -23,3 +24,4 @@ "build": "yarn-s d b doc", | ||
"files": [ | ||
"build" | ||
"build", | ||
"src" | ||
], | ||
@@ -46,8 +48,8 @@ "repository": { | ||
"devDependencies": { | ||
"alamode": "1.4.0", | ||
"documentary": "1.15.1", | ||
"alamode": "1.6.1", | ||
"documentary": "1.20.1", | ||
"eslint-config-artdeco": "1.0.1", | ||
"yarn-s": "1.1.0", | ||
"zoroaster": "3.0.4" | ||
"zoroaster": "3.6.6" | ||
} | ||
} |
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
98
8986