@stricli/core 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,4 +6,4 @@
6
6
  [![NPM Type Definitions](https://img.shields.io/npm/types/@stricli/core.svg?style=flat-square)](https://www.npmjs.com/package/@stricli/core)
7
7
  [![NPM Downloads](https://img.shields.io/npm/dm/@stricli/core.svg?style=flat-square)](https://www.npmjs.com/package/@stricli/core)
8
8
 
9
- 👉 See **https://bloomberg.github.io/stricli/packages/core** for documentation on this package.
9
+ 👉 See **https://bloomberg.github.io/stricli** for documentation on Stricli and **https://bloomberg.github.io/stricli/packages/core** for the API docs of this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stricli/core",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "Build complex CLIs with type safety and no dependencies",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {