tmcsplit 0.0.5 → 0.0.7

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/package.json +5 -5
  2. package/tmcsplit.js +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name":
3
3
  "tmcsplit",
4
4
  "version":
5
- "0.0.5",
5
+ "0.0.7",
6
6
  "description":
7
7
  "Basic Javascript implementation of GNU Split.",
8
8
  "funding": {
@@ -75,7 +75,7 @@
75
75
  "crash-js":
76
76
  "^0.1.76",
77
77
  "split-file":
78
- "npm:@themartiancompany/split-file@2.3.12"
78
+ "npm:@themartiancompany/split-file@2.3.14"
79
79
  },
80
80
  "type":
81
81
  "commonjs",
@@ -92,11 +92,11 @@
92
92
  "build-bin":
93
93
  "npx webpack --mode 'production' --config 'webpack.config.cjs' --stats-error-details",
94
94
  "build":
95
- "npm run lint && npm run build-fs-worker && npm run build-lib && npm run build-bin",
95
+ "npm run build-fs-worker && npm run build-lib && npm run build-bin",
96
96
  "lint":
97
97
  "npx eslint .",
98
- "publish-pnm":
99
- "npm run build && npm publish --access public",
98
+ "publish-npm":
99
+ "npm lint && npm run build && npm publish --access public",
100
100
  "start":
101
101
  "npx safely-serve --help # index.html --port 3000 --https --no-cache",
102
102
  "test":