Skip to content

Commit 7eabcca

Browse files
fix(unity-react-core): update package.json
1 parent 0004b1a commit 7eabcca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/components-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"browser": "./dist/libCore.umd.js",
66
"module": "./dist/libCore.es.js",
77
"types": "./dist/main.d.ts",
8-
"description": "Core UDS React UI components required by other higher-order React packages",
8+
"description": "[DEPRECATED] Please use @asu/unity-react-core. Core UDS React UI components required by other higher-order React packages",
99
"author": "Nathan Rollins <[email protected]>",
1010
"homepage": "https://github.com/ASU/asu-unity-stack#readme",
1111
"license": "MIT",

packages/unity-bootstrap-theme/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@asu/unity-bootstrap-theme",
33
"version": "1.20.2",
4-
"description": "Base UI theme for ASU Web Standards 2.0 developed with Bootstrap 5",
5-
"author": "Mayco Barale <[email protected]>",
4+
"description": "Please see @asu/unity-react-core for up-to-date stories and examples.\nBase UI theme for ASU Web Standards 2.0 developed with Bootstrap 5",
65
"homepage": "https://github.com/ASU/asu-unity-stack#readme",
76
"license": "MIT",
87
"main": "./src/index.js",

packages/unity-react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"require": "./dist/unityReactCore.cjs.js",
142142
"default": "./dist/unityReactCore.umd.js"
143143
},
144-
"./dst/esm/components/*": {
144+
"./dist/esm/components/*": {
145145
"import": "./dist/esm/components/*.js"
146146
}
147147
},

0 commit comments

Comments
 (0)