@acimini/cm-utils
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -65,3 +65,3 @@ # Contributing | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All | ||
reported by contacting the project team at [and.cimini@gmail.com](and.cimini@gmail.com). All | ||
complaints will be reviewed and investigated and will result in a response that | ||
@@ -68,0 +68,0 @@ is deemed necessary and appropriate to the circumstances. The project team is |
{ | ||
"name": "@acimini/cm-utils", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Andrea Cimini", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,3 +13,3 @@ # CmUtils | ||
This is based on: | ||
* [**A**ngular 9](https://angular.io) | ||
* [Angular 9](https://angular.io) | ||
@@ -41,3 +41,3 @@ ## Index | ||
``npm install cm-utils --save`` | ||
``npm install @acimini/cm-utils --save`` | ||
@@ -47,3 +47,3 @@ Import in your app | ||
```javascript | ||
import { CmUtilsModule } from 'cm-utils'; | ||
import { CmUtilsModule } from '@acimini/cm-utils'; | ||
@@ -58,6 +58,6 @@ @NgModule({ | ||
#### First define you model | ||
#### First define your model | ||
```javascript | ||
import {CmUtilsProperty} from 'cm-utils'; | ||
import {CmUtilsProperty} from '@acimini/cm-utils'; | ||
@@ -97,3 +97,3 @@ class SubClassName { | ||
```javascript | ||
import {CmUtilsProperty, Multi} from 'cm-utils'; | ||
import {CmUtilsProperty, Multi} from '@acimini/cm-utils'; | ||
@@ -111,3 +111,3 @@ class ClassName { | ||
```javascript | ||
import {CmUtilsProperty, Tuple} from 'cm-utils'; | ||
import {CmUtilsProperty, Tuple} from '@acimini/cm-utils'; | ||
@@ -122,3 +122,3 @@ class ClassName { | ||
```javascript | ||
import {CmUtilsService} from 'cm-utils'; | ||
import {CmUtilsService} from '@acimini/cm-utils'; | ||
@@ -125,0 +125,0 @@ const firstObj = new ClassName(); |
@@ -7,3 +7,3 @@ # Release Notes | ||
| -------- | ---- | ---- | ---- | | ||
| First release | **DD-MM-YYYY** | NEW | | | ||
| First release | **08-01-2021** | NEW | | | ||
@@ -22,1 +22,7 @@ ## [0.0.2] | ||
## [0.0.4] | ||
| Activity | Date | Type | Notes | | ||
| -------- | ---- | ---- | ---- | | ||
| Updated readme | **04-02-2021** | NEW | | | ||
868428