@rlynjb/aptkit-core 0.1.0 → 0.2.1
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ The package is published to npmjs as `@rlynjb/aptkit-core`.
|
|
|
13
13
|
Blooming keeps its existing imports by installing this package through an npm alias:
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
npm install @aptkit/core@npm:@rlynjb/aptkit-core@0.1
|
|
16
|
+
npm install @aptkit/core@npm:@rlynjb/aptkit-core@0.2.1
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Because the package is public on npmjs, consumers do not need a package registry token.
|