@momentum-design/components 0.0.11 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -4
package/package.json CHANGED
@@ -35,7 +35,8 @@
35
35
  "copy:fonts": "node scripts/copyFonts.js",
36
36
  "docs": "echo \"script 'docs' has not been implemented\"",
37
37
  "publish": "yarn publish:npmjs",
38
- "publish:npmjs": "yarn npm publish --access=public",
38
+ "publish:npmjs:prepare": "node scripts/prepareForPublish.js",
39
+ "publish:npmjs": "yarn publish:npmjs:prepare && yarn npm publish --access=public",
39
40
  "test": "yarn test:prebuild && yarn test:postbuild",
40
41
  "test:postbuild": "yarn test:e2e",
41
42
  "test:prebuild": "echo \"script 'test:prebuild' has not been implemented\"",
@@ -50,13 +51,14 @@
50
51
  },
51
52
  "dependencies": {
52
53
  "@lit-labs/context": "^0.5.1",
53
- "@momentum-design/icons": "^0.0.0",
54
- "@momentum-design/tokens": "^0.0.0",
55
54
  "lit": "^3.1.4"
56
55
  },
57
56
  "devDependencies": {
58
57
  "@axe-core/playwright": "^4.9.1",
59
58
  "@custom-elements-manifest/analyzer": "^0.10.3",
59
+ "@momentum-design/fonts": "*",
60
+ "@momentum-design/icons": "*",
61
+ "@momentum-design/tokens": "*",
60
62
  "@playwright/test": "^1.45.3",
61
63
  "@storybook/addon-a11y": "^8.2.5",
62
64
  "@storybook/addon-controls": "^8.2.5",
@@ -77,5 +79,10 @@
77
79
  "storybook": "^8.2.5",
78
80
  "typescript": "^4.8.4"
79
81
  },
80
- "version": "0.0.11"
82
+ "peerDependencies": {
83
+ "@momentum-design/fonts": "*",
84
+ "@momentum-design/icons": "*",
85
+ "@momentum-design/tokens": "*"
86
+ },
87
+ "version": "0.0.13"
81
88
  }