smoothie-code 2.0.1 → 2.0.2

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/smoothie +2 -6
  2. package/package.json +1 -1
package/bin/smoothie CHANGED
@@ -275,12 +275,8 @@ case "$1" in
275
275
  show_help
276
276
  ;;
277
277
  "")
278
- # No args: install if first time, help if already set up
279
- if [ ! -f "$CONFIG" ]; then
280
- bash "$INSTALL_DIR/install.sh"
281
- else
282
- show_help
283
- fi
278
+ # No args: always run installer
279
+ bash "$INSTALL_DIR/install.sh"
284
280
  ;;
285
281
  *)
286
282
  echo " Unknown command: $1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smoothie-code",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {