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 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
- // Här kan du lägga till logik för autentisering
10
+ console.log('Läs mer https://berget.cloud');
11
11
  });
12
12
  commander_1.program
13
13
  .command('create cluster')
package/index.ts CHANGED
@@ -7,7 +7,7 @@ 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
- // Här kan du lägga till logik för autentisering
10
+ console.log('Läs mer https://berget.cloud')
11
11
  });
12
12
 
13
13
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "berget",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "berget": "dist/index.js"