Skip to content

Commit a481cc0

Browse files
committed
2.0.0
1 parent 9bc3dda commit a481cc0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "fix-require-modules",
33
"name": "Fix Require Modules",
4-
"version": "1.0.1",
4+
"version": "2.0.0",
55
"minAppVersion": "0.15.0",
66
"description": "Fixes `require()` calls for the built-in modules",
77
"author": "mnaoumov",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fix-require-modules",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Fixes `require()` calls for the built-in modules",
55
"scripts": {
66
"build": "tsx scripts/npmScriptExecutor.ts build",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.15.0",
3-
"1.0.1": "0.15.0"
3+
"1.0.1": "0.15.0",
4+
"2.0.0": "0.15.0"
45
}

0 commit comments

Comments
 (0)