Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
sets up package name & links
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Apr 8, 2020
1 parent f3783f6 commit 6a9e30f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The purpose of this project is to backup & restore [Kentico Kontent](https://kon

Install package globally:

`npm i wip-backup-manager -g`
`npm i @kentico/kontent-backup-manager -g`

## Use via CLI

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "wip-backup-manager",
"version": "0.0.9",
"name": "@kentico/kontent-backup-manager",
"version": "1.0.0",
"description": "This utility enables backup & restore of Kentico Kontent projects",
"preferGlobal": true,
"bin": {
"kbm": "./_commonjs/src/cli/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Enngage/kontent-backup-manager"
"url": "https://github.com/Kentico/kontent-backup-manager-js"
},
"author": "richard sustek",
"main": "./_commonjs/src/app.js",
Expand Down

0 comments on commit 6a9e30f

Please sign in to comment.