We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8f15 commit 3cea6a7Copy full SHA for 3cea6a7
index.mjs
@@ -1,7 +1,7 @@
1
#!/usr/bin/env node
2
3
// package.json
4
-var version = "1.1.3";
+var version = "1.1.4";
5
6
// src/index.js
7
import { program as program2 } from "commander";
package.json
@@ -1,6 +1,6 @@
{
"name": "custompatch",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "Tool for patching buggy NPM packages instead of forking them",
"author": "IVO GELOV",
"private": false,
0 commit comments