@mieweb/ui 0.7.3-dev.6 → 0.7.3-dev.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mieweb/ui",
3
- "version": "0.7.3-dev.6",
3
+ "version": "0.7.3-dev.8",
4
4
  "description": "A themeable, accessible React component library built with Tailwind CSS",
5
5
  "author": "Medical Informatics Engineering, Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -208,9 +208,13 @@
208
208
  },
209
209
  "files": [
210
210
  "dist",
211
+ "agent",
211
212
  "README.md",
212
213
  "LICENSE"
213
214
  ],
215
+ "bin": {
216
+ "mieweb-ui": "./agent/init-agent.mjs"
217
+ },
214
218
  "scripts": {
215
219
  "preinstall": "node -e \"try{if(require('fs').existsSync('.git'))require('child_process').execSync('git submodule update --init --recursive',{stdio:'inherit'})}catch(e){console.warn('[@mieweb/ui] submodule update skipped:',e.message)}\"",
216
220
  "prepare": "npm run build:css && npm run copy:brand-css && npm run copy:style-css && npm run copy:markdown-css && npm run copy:kerebron-css",