attnmd 0.3.2 → 0.3.4

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/bin/attn.js +1 -1
  2. package/package.json +1 -1
package/bin/attn.js CHANGED
@@ -305,7 +305,7 @@ for arg in "$@"; do
305
305
  ;;
306
306
  esac
307
307
  done
308
- exec /usr/bin/open "$APP_LINK" --args "${RESOLVED_ARGS[@]}"
308
+ exec /usr/bin/open "$APP_LINK" --args "\${RESOLVED_ARGS[@]}"
309
309
  `
310
310
  : `#!/usr/bin/env bash
311
311
  set -euo pipefail
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attnmd",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "A beautiful markdown viewer that launches from the CLI",
5
5
  "license": "MIT",
6
6
  "repository": {