@condenast/perf-timeline-cli
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,2 +9,8 @@ # Changelog | ||
## [0.1.1] - 2018-03-26 | ||
### Fixed | ||
- Updated docs to use package name with namespace for the install command | ||
- Bumped version to publish publicly | ||
## 0.1.0 - 2018-03-25 | ||
@@ -14,2 +20,3 @@ - Initial release | ||
<!-- Update the Unreleased comparison range with each release --> | ||
[Unreleased]: https://github.com/CondeNast/perf-timeline/compare/0.1.0..master | ||
[Unreleased]: https://github.com/CondeNast/perf-timeline/compare/0.1.1...master | ||
[0.1.1]: https://github.com/CondeNast/perf-timeline/compare/0.1.0...0.1.1 |
{ | ||
"name": "@condenast/perf-timeline-cli", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generate Chrome Performance Timelines via a command line interface", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -48,3 +48,3 @@ # Perf Timeline CLI | ||
``` | ||
npm install -g perf-timeline-cli | ||
npm install -g @condenast/perf-timeline-cli | ||
``` | ||
@@ -51,0 +51,0 @@ |
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
35551