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

Merge branch '11-rename-package-scope-to-muni-kypo-crp' into 'master'

Resolve "Rename package scope to muni-kypo-crp"

Closes #11

See merge request muni-kypo-crp/frontend-angular/models/kypo2-angular-topology-model!14
parents a6c5b3e5 537a170b
Branches
Tags v10.2.0
No related merge requests found
......@@ -17,5 +17,5 @@ To use the library you need to have installed:
## Usage
To use the model in your project follow these steps:
1. Run `npm install @kypo/topology-model`
2. Import model classes like usual, for example `import { Node } from '@kypo/topology-model`
1. Run `npm install @muni-kypo-crp/topology-model`
2. Import model classes like usual, for example `import { Node } from '@muni-kypo-crp/topology-model`
{
"name": "kypo2-topology-graph-model",
"name": "@muni-kypo-crp/topology-model",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
......
{
"name": "@kypo/topology-model",
"name": "@muni-kypo-crp/topology-model",
"version": "1.0.0",
"scripts": {
"ng": "ng",
......
{
"name": "@kypo/topology-model",
"name": "@muni-kypo-crp/topology-model",
"version": "10.1.0",
"peerDependencies": {
"@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