@moda/om 21.0.0 → 21.0.1

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 -1
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -9,7 +9,6 @@ Moda Operandi's design system expressed as React components.
9
9
  - **State**: development
10
10
  - **Point people**: Ecommerce Team
11
11
  - **URLS**:
12
- - **Documentation**: https://moda-om-documentation.netlify.com/
13
12
  - **Storybook**: https://moda-om-storybook.netlify.app/
14
13
 
15
14
  ## Developing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moda/om",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "description": "Moda Operandi design system",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -21,7 +21,6 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "build": "NODE_ENV=production npm run compile && npm run types",
24
- "build:documentation": "NODE_ENV=production cd documentation && npm run build",
25
24
  "build:storybook": "NODE_ENV=storybook storybook build",
26
25
  "clean": "rm -rf ./dist",
27
26
  "commit": "git-cz",
@@ -31,14 +30,12 @@
31
30
  "lint": "eslint src",
32
31
  "lint-staged": "lint-staged",
33
32
  "postpublish": "pinst --enable",
34
- "predeploy:documentation": "NODE_ENV=production npm run build && cd documentation && npm install && npm run build",
35
33
  "prepare": "husky && echo ''",
36
34
  "prepublishOnly": "npm run clean && npm run build && pinst --disable",
37
35
  "scaffold:component": "node scripts/scaffold/react Components",
38
36
  "scaffold:function": "node scripts/scaffold/sass Functions",
39
37
  "scaffold:mixin": "node scripts/scaffold/sass Mixins",
40
38
  "semantic-release": "semantic-release",
41
- "start": "cd documentation && npm run start",
42
39
  "storybook": "storybook dev -p 6006",
43
40
  "test": "jest -w 1",
44
41
  "tsc": "tsc",