@migov/digital-guidelines-core-react 4.3.0-rc.1 → 4.3.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@migov/digital-guidelines-core-react",
|
3
|
-
"version": "4.3.0-rc.
|
3
|
+
"version": "4.3.0-rc.2",
|
4
4
|
"description": "A React wrapper for Digital Guidelines Core",
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
6
|
-
"main": "dist/
|
7
|
-
"module": "dist/
|
8
|
-
"types": "dist/types/
|
6
|
+
"main": "dist/components.js",
|
7
|
+
"module": "dist/components.js",
|
8
|
+
"types": "dist/types/components.d.ts",
|
9
9
|
"directories": {
|
10
10
|
"lib": "lib",
|
11
11
|
"test": "__tests__"
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"bump.patch": "node ./scripts/update-version.js"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@migov/digital-guidelines-core": "4.3.0-rc.
|
30
|
+
"@migov/digital-guidelines-core": "4.3.0-rc.2",
|
31
31
|
"@stencil/react-output-target": "^0.7.4"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|