@momentum-design/components 0.0.10 → 0.0.12

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 (1) hide show
  1. package/package.json +5 -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,8 +51,8 @@
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",
54
+ "@momentum-design/icons": "*",
55
+ "@momentum-design/tokens": "*",
55
56
  "lit": "^3.1.4"
56
57
  },
57
58
  "devDependencies": {
@@ -77,5 +78,5 @@
77
78
  "storybook": "^8.2.5",
78
79
  "typescript": "^4.8.4"
79
80
  },
80
- "version": "0.0.10"
81
+ "version": "0.0.12"
81
82
  }