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 78f1372 commit 50d9e41Copy full SHA for 50d9e41
bin/cf-openapi
@@ -11,7 +11,7 @@ const { components: { processor } } = require('../index');
11
const sdkValidator = require('./sdkValidator');
12
13
const tmpFile = path.resolve(os.tmpdir(), 'openapi.json');
14
-const speccyRelativeRulesPath = '../../codefresh-io/cf-openapi/validation-rules';
+const speccyRelativeRulesPath = '../../@codefresh-io/cf-openapi/validation-rules';
15
16
17
function collect(val, item) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codefresh-io/cf-openapi",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"scripts": {
5
"test": "jest --runInBand",
6
"eslint": "eslint lib/**",
0 commit comments