@voxframeworks/linetools 1.0.0 → 1.0.1

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 (3) hide show
  1. package/main.js +0 -1
  2. package/package.json +1 -1
  3. package/readme.md +1 -1
package/main.js CHANGED
@@ -9,6 +9,5 @@ module.exports = {
9
9
  cp : cp,
10
10
  touch : touch,
11
11
  mv : mv,
12
- tar : tar,
13
12
  rmdir : rmdir
14
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxframeworks/linetools",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "command line tools for js",
5
5
  "main": "main.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -20,7 +20,7 @@ The list of commands we have is:
20
20
  • cp
21
21
  • mv
22
22
  • touch
23
- • tar
23
+ • tar (not working)
24
24
 
25
25
  We will be adding more soon!
26
26