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 772243d commit 9807a63Copy full SHA for 9807a63
.circleci/config.yml
@@ -82,7 +82,7 @@ workflows:
82
- "build-dev":
83
filters:
84
branches:
85
- only: [dev]
+ only: [dev, 'feature/m2m-core2.4']
86
- "build-prod":
87
88
package.json
@@ -36,7 +36,7 @@
36
"remarkable": "^1.7.1",
37
"sequelize": "^4.21.0",
38
"superagent": "^3.8.0",
39
- "tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.4",
+ "tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.4.1",
40
"winston": "^2.2.0"
41
},
42
"engines": {
0 commit comments