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 5417bd3 commit 5108614Copy full SHA for 5108614
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "moduless",
3
- "version": "2.1.24",
+ "version": "2.1.25",
4
"description": "Debuggable test runner for module-free TypeScript development",
5
"author": "Truebase",
6
"license": "MIT",
@@ -19,7 +19,7 @@
19
"build/moduless-electron.js"
20
],
21
"scripts": {
22
- "test" : "echo \"Error: no test specified\" && exit 0",
+ "test": "echo \"Error: no test specified\" && exit 0",
23
"publish": "np",
24
"build-example": "cd example && tsc --build"
25
},
0 commit comments