Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,5 @@ | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/JamieMason/syncpack/compare/1.0.1...1.0.2) (2018-02-02) | ||
<a name="1.0.1"></a> | ||
@@ -5,2 +9,6 @@ | ||
### Bug Fixes | ||
* **core:** correct paths to binaries ([5682cd6](https://github.com/JamieMason/syncpack/commit/5682cd6)) | ||
<a name="1.0.0"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "syncpack", | ||
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)", | ||
"bin": { | ||
"syncpack": "dist/bin.js", | ||
"syncpack-fix-mismatches": "dist/bin-fix-mismatches.js", | ||
"syncpack-list-mismatches": "dist/bin-list-mismatches.js", | ||
"syncpack-list": "dist/bin-list.js" | ||
"syncpack": "dist/src/bin.js", | ||
"syncpack-fix-mismatches": "dist/src/bin-fix-mismatches.js", | ||
"syncpack-list-mismatches": "dist/src/bin-list-mismatches.js", | ||
"syncpack-list": "dist/src/bin-list.js" | ||
}, | ||
@@ -12,0 +12,0 @@ "bugs": "https://github.com/JamieMason/syncpack/issues", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49850
0