@liebstoeckel/cli 0.3.7 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -10,8 +10,6 @@ This is the umbrella CLI. One binary scaffolds a deck, runs a hot-reloading dev
10
10
 
11
11
  ## Install
12
12
 
13
- > It isn't on the public npm registry yet. The commands below are how it will install once it ships. For now, run it from a checkout of the repo (`bun run live|relay|thumbs …`) or from a workspace that links the packages.
14
-
15
13
  ```sh
16
14
  bun add -d @liebstoeckel/cli
17
15
  # …or run it without installing:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liebstoeckel/cli",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "The liebstoeckel CLI to scaffold, develop, build, and present code-first decks.",
5
5
  "keywords": [
6
6
  "liebstoeckel",
@@ -45,12 +45,12 @@
45
45
  "./new": "./src/new.ts"
46
46
  },
47
47
  "dependencies": {
48
- "@liebstoeckel/engine": "^0.3.5",
49
- "@liebstoeckel/live-server": "^0.3.5",
50
- "@liebstoeckel/present-relay": "^0.3.5",
48
+ "@liebstoeckel/engine": "^0.3.6",
49
+ "@liebstoeckel/live-server": "^0.3.6",
50
+ "@liebstoeckel/present-relay": "^0.3.6",
51
51
  "@liebstoeckel/registry": "^0.3.4",
52
52
  "@liebstoeckel/theme": "^0.3.3",
53
- "@liebstoeckel/thumbnails": "^0.3.5",
53
+ "@liebstoeckel/thumbnails": "^0.3.6",
54
54
  "citty": "^0.2.2"
55
55
  },
56
56
  "peerDependencies": {