@revolugo/elements 6.0.0-beta.3 → 6.0.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.min.js +1 -1
- package/dist/index.es.min.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@revolugo/elements",
|
3
|
-
"version": "6.0.0-
|
3
|
+
"version": "6.0.0-rc.0",
|
4
4
|
"private": false,
|
5
5
|
"description": "Revolugo Elements UI library",
|
6
6
|
"author": "Revolugo",
|
@@ -33,6 +33,7 @@
|
|
33
33
|
"volta": {
|
34
34
|
"extends": "../../../package.json"
|
35
35
|
},
|
36
|
+
"docker-registry": "eu.gcr.io/revolugo/elements",
|
36
37
|
"nx": {
|
37
38
|
"targets": {
|
38
39
|
"build": {
|