@vanillaes/esmtk 0.6.3 → 0.6.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.
@@ -1,7 +1,4 @@
1
1
  {
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
2
  "version": "0.2.0",
6
3
  "configurations": [
7
4
  {
package/README.md CHANGED
@@ -82,7 +82,7 @@ Copy us a cross-platform clone of the `cp` command in Linux
82
82
 
83
83
  ### Arguments
84
84
 
85
- `esmtk cp -rf [source] [destination]`
85
+ `esmtk cp [-rf] [source] [destination]`
86
86
 
87
87
  - `[source]` - the source file/glob
88
88
  - `[destination]` - the destination file/directory
@@ -92,5 +92,5 @@ Copy us a cross-platform clone of the `cp` command in Linux
92
92
  ### Usage
93
93
 
94
94
  ```sh
95
- esmtk cp src/* dest/
95
+ esmtk cp -r src/ dest/
96
96
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanillaes/esmtk",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "ES Module Toolkit",
5
5
  "keywords": [
6
6
  "esm",
@@ -23,8 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "commander": "^14.0.3",
26
- "esbuild": "^0.13.13",
27
- "glob": "^13.0.6",
26
+ "esbuild": "^0.27.3",
28
27
  "standard": "^17.1.2"
29
28
  },
30
29
  "engines": {