@flowscripter/template-bun-library 1.0.12 → 1.0.14

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,6 +30,10 @@ world();
30
30
 
31
31
  ## Development
32
32
 
33
+ Install dependencies:
34
+
35
+ `bun install`
36
+
33
37
  Test:
34
38
 
35
39
  `bun test`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@flowscripter/template-bun-library",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "1.0.12",
5
+ "version": "1.0.14",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },