@akanjs/base 0.0.141 → 0.0.142

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 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1 @@
1
- # akan
2
-
3
- This library was generated with [Nx](https://nx.dev).
4
-
5
- ## Building
6
-
7
- Run `nx build akan` to build the library.
8
-
9
- ## Running unit tests
10
-
11
- Run `nx test akan` to execute the unit tests via [Jest](https://jestjs.io).
1
+ #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/base",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"