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 933797a commit c147c2cCopy full SHA for c147c2c
karma.conf.js
@@ -43,6 +43,6 @@ module.exports = function(config) {
43
output: 'full'
44
},
45
46
- singleRun: false
+ singleRun: true
47
});
48
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spiel-build",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "router builder for diferents framworks",
5
"main": "lib/src/index.js",
6
"types": "lib/src/index.d.ts",
0 commit comments