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 220b231 commit c70e78aCopy full SHA for c70e78a
.circleci/config.yml
@@ -318,6 +318,7 @@ general:
318
branches:
319
only:
320
- master
321
+ - 7.0.x
322
# 5.2.x, 6.0.x, etc
323
- /\d+\.\d+\.x/
324
# 5.x, 6.x, etc
package.json
@@ -107,7 +107,7 @@
107
"highlight.js": "^9.11.0",
108
"http-rewrite-middleware": "^0.1.6",
109
"inquirer": "^6.2.0",
110
- "jasmine-core": "^3.2.0",
+ "jasmine-core": "~3.2.0",
111
"karma": "^3.0.0",
112
"karma-browserstack-launcher": "^1.3.0",
113
"karma-chrome-launcher": "^2.2.0",
0 commit comments