diff --git a/package-lock.json b/package-lock.json index 8c3f6da..2330270 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "9.1.1", "license": "MIT", "dependencies": { - "@rdlabo/ionic-theme-utils": "git+ssh://git@github.com/rdlabo-dev/ionic-theme-utils.git#e82be4389d9209750229f5fee990046b5b1217da" + "@rdlabo/ionic-theme-utils": "0.1.1" }, "devDependencies": { "@ionic/angular": "^9.0.0", @@ -2236,9 +2236,9 @@ "license": "MIT" }, "node_modules/@rdlabo/ionic-theme-utils": { - "version": "0.1.0", - "resolved": "git+ssh://git@github.com/rdlabo-dev/ionic-theme-utils.git#e82be4389d9209750229f5fee990046b5b1217da", - "integrity": "sha512-W4MFC4reLS4cK23hqWrWEf88d1Gx3mRfkkd2eihzjaGm+jndS+SdBmGmcefuaUXzL0J6lDtBPMWEkn78IOI+LA==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@rdlabo/ionic-theme-utils/-/ionic-theme-utils-0.1.1.tgz", + "integrity": "sha512-91+9hY4OqIlw2MfF4AZvVPr/0d+/IJMPzmMQwJscgTu3grBN8iOPwCW6u7+8xyiolNGGlqXazsd2IwIkyslsLw==", "license": "MIT", "bin": { "rdlabo-copy-structured-list": "scripts/copy-structured-list.mjs" diff --git a/package.json b/package.json index 51e25c4..b1eec09 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "homepage": "https://docs.rdlabo.dev/projects/ionic-theme-md3", "dependencies": { - "@rdlabo/ionic-theme-utils": "git+ssh://git@github.com/rdlabo-dev/ionic-theme-utils.git#e82be4389d9209750229f5fee990046b5b1217da" + "@rdlabo/ionic-theme-utils": "0.1.1" }, "devDependencies": { "@ionic/angular": "^9.0.0",