Skip to content

Commit 3cea6a7

Browse files
committed
Published on NPM
1 parent 3bd8f15 commit 3cea6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
// package.json
4-
var version = "1.1.3";
4+
var version = "1.1.4";
55

66
// src/index.js
77
import { program as program2 } from "commander";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custompatch",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Tool for patching buggy NPM packages instead of forking them",
55
"author": "IVO GELOV",
66
"private": false,

0 commit comments

Comments
 (0)