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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. 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 @myrentokil/myrentokil-components-library
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrentokil-components-library",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "myRentokil shared components library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",