@manuscripts/style-guide 3.5.23 → 3.5.25
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ const Example: React.FunctionComponent<{
|
|
|
18
18
|
|
|
19
19
|
## Development
|
|
20
20
|
|
|
21
|
-
Run `yarn build` to build the `dist` folder for distribution.
|
|
21
|
+
Run `yarn build` to build the `dist` folder for distribution.
|
|
22
22
|
|
|
23
23
|
Run `yarn dev` to automatically rebuild when a file is changed.
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/style-guide",
|
|
3
3
|
"description": "Shared components for Manuscripts applications",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.25",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -107,6 +107,6 @@
|
|
|
107
107
|
"typescript": "5.9.2"
|
|
108
108
|
},
|
|
109
109
|
"engines": {
|
|
110
|
-
"node": ">=
|
|
110
|
+
"node": ">=22"
|
|
111
111
|
}
|
|
112
112
|
}
|