@aeriajs/common 0.0.0 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +2 -9
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -1,13 +1,6 @@
1
1
  # `@aeriajs/common`
2
2
 
3
- ## Installation
3
+ ## Introduction
4
4
 
5
- ```sh
6
- $ yarn add @aeriajs/common
7
- # or
8
- $ npm install @aeriajs/common
9
- ```
5
+ This package contains a handful of helpers used throughout `@aeriajs/*` packages.
10
6
 
11
- ## Usage
12
-
13
- This is an internal utility, not intended for public usage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/common",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -19,6 +19,11 @@
19
19
  "import": "./dist/index.mjs",
20
20
  "require": "./dist/index.js",
21
21
  "types": "./dist/index.d.ts"
22
+ },
23
+ "./either": {
24
+ "import": "./dist/either.mjs",
25
+ "require": "./dist/either.js",
26
+ "types": "./dist/either.d.ts"
22
27
  }
23
28
  },
24
29
  "peerDependencies": {