berget 0.0.2 → 0.0.3
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/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ commander_1.program
|
|
|
7
7
|
.description('Loggar in med BankID')
|
|
8
8
|
.action(() => {
|
|
9
9
|
console.log('Kontakta oss för att få testa vår tjänst!');
|
|
10
|
-
|
|
10
|
+
console.log('Läs mer på https://berget.cloud');
|
|
11
11
|
});
|
|
12
12
|
commander_1.program
|
|
13
13
|
.command('create cluster')
|
package/index.ts
CHANGED