code-block-writer
Advanced tools
Comparing version 9.4.0 to 9.4.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="9.4.1"></a> | ||
## [9.4.1](https://github.com/dsherret/code-block-writer/compare/v9.4.0...v9.4.1) (2019-07-16) | ||
### Bug Fixes | ||
* Remove accidentally added chai dependency. ([582b4b6](https://github.com/dsherret/code-block-writer/commit/582b4b6)) | ||
<a name="9.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [9.4.0](https://github.com/dsherret/code-block-writer/compare/v9.3.0...v9.4.0) (2019-06-18) |
{ | ||
"name": "code-block-writer", | ||
"version": "9.4.0", | ||
"version": "9.4.1", | ||
"description": "A simple code writer that assists with formatting and visualizing blocks of code.", | ||
@@ -42,17 +42,16 @@ "main": "dist/code-block-writer.js", | ||
}, | ||
"dependencies": { | ||
"chai": "^4.2.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^8.0.53", | ||
"coveralls": "^2.13.1", | ||
"mocha": "^5.2.0", | ||
"nyc": "^14.1.0", | ||
"source-map-support": "^0.5.4", | ||
"ts-node": "^5.0.1", | ||
"tslint": "^5.6.0", | ||
"typescript": "^3.4.5" | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.6.3", | ||
"coveralls": "^3.0.5", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"source-map-support": "^0.5.12", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
} | ||
} |
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
117748
0
11
- Removedchai@^4.2.0
- Removedassertion-error@1.1.0(transitive)
- Removedchai@4.5.0(transitive)
- Removedcheck-error@1.0.3(transitive)
- Removeddeep-eql@4.1.4(transitive)
- Removedget-func-name@2.0.2(transitive)
- Removedloupe@2.3.7(transitive)
- Removedpathval@1.1.1(transitive)
- Removedtype-detect@4.1.0(transitive)