myrentokil-components-library 1.0.26 → 1.0.27

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 +0 -10
  2. package/package.json +2 -8
package/README.md CHANGED
@@ -10,16 +10,6 @@ npm install myrentokil-components-library
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
-
23
13
  ### Run tests
24
14
  ```
25
15
  npm run test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrentokil-components-library",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "myRentokil shared components library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -13,8 +13,7 @@
13
13
  "dist"
14
14
  ],
15
15
  "scripts": {
16
- "rollup": "rollup -c",
17
- "build": "rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs && storybook build && rollup",
16
+ "build": "rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs && storybook build",
18
17
  "build:esm": "tsc",
19
18
  "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
20
19
  "storybook": "storybook dev -p 6006",
@@ -31,9 +30,6 @@
31
30
  "@emotion/styled": "^11.11.0",
32
31
  "@mui/material": "^5.13.6",
33
32
  "@mui/styled-engine-sc": "^5.12.0",
34
- "@rollup/plugin-commonjs": "^21.0.1",
35
- "@rollup/plugin-node-resolve": "^13.0.6",
36
- "@rollup/plugin-typescript": "^8.3.3",
37
33
  "@storybook/addon-essentials": "^7.0.24",
38
34
  "@storybook/addon-interactions": "^7.0.24",
39
35
  "@storybook/addon-links": "^7.0.24",
@@ -52,8 +48,6 @@
52
48
  "prop-types": "^15.8.1",
53
49
  "react": "^18.0.0",
54
50
  "react-dom": "^18.0.0",
55
- "rollup": "^2.60.0",
56
- "rollup-plugin-dts": "^4.0.1",
57
51
  "storybook": "^7.0.24",
58
52
  "styled-components": "^5.3.1",
59
53
  "typescript": "^4.4.4"