myrentokil-components-library 1.0.13 → 1.0.14
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/README.md +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,11 +5,21 @@ Custom components library
|
|
|
5
5
|
This library can be installed using npm.
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
npm install
|
|
8
|
+
npm install myrentokil-components-library
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Available Scripts:
|
|
12
12
|
|
|
13
|
+
### Build the library
|
|
14
|
+
```
|
|
15
|
+
npm run rollup
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
### Publish the library
|
|
19
|
+
```
|
|
20
|
+
npm publish
|
|
21
|
+
```
|
|
22
|
+
|
|
13
23
|
### Run tests
|
|
14
24
|
```
|
|
15
25
|
npm run test
|