@citruslime/utils 3.0.0-beta.0 → 3.0.0-beta.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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Citrus-Lime Utils
2
2
 
3
- A package containing utilities for JavaScript & TypeScript projects. Used by [Citrus-Lime UI](https://www.npmjs.com/package/@citruslime/ui).
3
+ A utilities library, for JavaScript & TypeScript projects. Used by [Citrus-Lime UI](https://www.npmjs.com/package/@citruslime/ui).
4
4
 
5
5
  ![version](https://img.shields.io/npm/v/@citruslime/utils/latest)
6
6
  ![version next](https://img.shields.io/npm/v/@citruslime/utils/next)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citruslime/utils",
3
- "version": "3.0.0-beta.0",
3
+ "version": "3.0.0-beta.1",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Citrus-Lime Ltd",
@@ -19,7 +19,6 @@
19
19
  ],
20
20
  "exports": {
21
21
  ".": {
22
- "development": "./src/main.ts",
23
22
  "import": "./dist/citrus-lime-utils.js",
24
23
  "types": "./dist/main.d.ts"
25
24
  }