@octaviaflow/utilities 1.0.0 → 1.1.3
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octaviaflow/utilities",
|
|
3
3
|
"description": "Utilities and helpers to drive consistency across software products using the OctaviaFlow Design System",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
7
7
|
"types": "types/index.d.ts",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"build:types": "tsc",
|
|
31
31
|
"build": "bun run build:es & bun run build:cjs & bun run build:types",
|
|
32
32
|
"watch": "bun run build:es --watch & bun run build:cjs --watch",
|
|
33
|
-
"clean": "rimraf es lib"
|
|
33
|
+
"clean": "rimraf es lib",
|
|
34
|
+
"test": "bun test ."
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
37
|
"@octaviaflow/telemetry": "^1.0.0",
|