Skip to content

Commit 50d9e41

Browse files
validation
1 parent 78f1372 commit 50d9e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cf-openapi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { components: { processor } } = require('../index');
1111
const sdkValidator = require('./sdkValidator');
1212

1313
const tmpFile = path.resolve(os.tmpdir(), 'openapi.json');
14-
const speccyRelativeRulesPath = '../../codefresh-io/cf-openapi/validation-rules';
14+
const speccyRelativeRulesPath = '../../@codefresh-io/cf-openapi/validation-rules';
1515

1616

1717
function collect(val, item) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefresh-io/cf-openapi",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"scripts": {
55
"test": "jest --runInBand",
66
"eslint": "eslint lib/**",

0 commit comments

Comments
 (0)