Skip to content

Commit 5108614

Browse files
committed
2.1.25
1 parent 5417bd3 commit 5108614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moduless",
3-
"version": "2.1.24",
3+
"version": "2.1.25",
44
"description": "Debuggable test runner for module-free TypeScript development",
55
"author": "Truebase",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"build/moduless-electron.js"
2020
],
2121
"scripts": {
22-
"test" : "echo \"Error: no test specified\" && exit 0",
22+
"test": "echo \"Error: no test specified\" && exit 0",
2323
"publish": "np",
2424
"build-example": "cd example && tsc --build"
2525
},

0 commit comments

Comments
 (0)