@platonic-dice/core 3.0.0 → 3.0.2
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 +2 -2
- package/dist/entities/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ This package contains the pure logic used by higher-level packages (for example
|
|
|
9
9
|
Install from npm:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install @platonic-dice/core @
|
|
12
|
+
npm install @platonic-dice/core @platonic-dice/types-core
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Quick usage
|
|
@@ -71,7 +71,7 @@ npm test
|
|
|
71
71
|
|
|
72
72
|
### Type Testing
|
|
73
73
|
|
|
74
|
-
Type definitions are provided by the separate `@
|
|
74
|
+
Type definitions are provided by the separate `@platonic-dice/types-core` package. To test the type surface:
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
77
|
cd packages/types-core
|
package/dist/entities/index.js
CHANGED