Skip to content
Snippets Groups Projects
Commit aa152850 authored by Martin Hamerník's avatar Martin Hamerník
Browse files

Rename the package scope

parent 4aa95d58
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,5 @@ To use the library you need to have installed: ...@@ -8,5 +8,5 @@ To use the library you need to have installed:
## Usage ## Usage
To use the model in your project follow these steps: To use the model in your project follow these steps:
1. Run `npm install @kypo/sandbox-model` 1. Run `npm install @muni-kypo-crp/sandbox-model`
2. Import classes like usual, for example `import { SandboxDefinition } from '@kypo/sandbox-model` 2. Import classes like usual, for example `import { SandboxDefinition } from '@muni-kypo-crp/sandbox-model`
{ {
"name": "@kypo/sandbox-model", "name": "@muni-kypo-crp/sandbox-model",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
......
{ {
"name": "@kypo/sandbox-model", "name": "@muni-kypo-crp/sandbox-model",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
......
{ {
"name": "@kypo/sandbox-model", "name": "@muni-kypo-crp/sandbox-model",
"version": "10.5.0", "version": "10.5.0",
"peerDependencies": { "peerDependencies": {
"@angular/common": "^10.0.0", "@angular/common": "^10.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment