Skip to content

Commit 2235811

Browse files
committed
fixup: ajv-formats in dev deps
Signed-off-by: Lance Ball <[email protected]>
1 parent 4119381 commit 2235811

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint:js": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' cucumber.js",
1414
"lint:md": "remark .",
1515
"lint:fix": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' --fix",
16-
"pretest": "npm run lint",
16+
"pretest": "npm run lint && npm run conformance",
1717
"test": "mocha --require ts-node/register ./test/integration/**/*.ts",
1818
"conformance": "cucumber-js ./conformance/features/*-protocol-binding.feature -p default",
1919
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
@@ -110,7 +110,6 @@
110110
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
111111
"dependencies": {
112112
"ajv": "^8.6.3",
113-
"ajv-formats": "^2.1.1",
114113
"util": "^0.12.4",
115114
"uuid": "~8.3.0"
116115
},
@@ -126,6 +125,7 @@
126125
"@typescript-eslint/eslint-plugin": "^4.29.0",
127126
"@typescript-eslint/parser": "^4.29.0",
128127
"ajv-cli": "^5.0.0",
128+
"ajv-formats": "^2.1.1",
129129
"axios": "^0.21.3",
130130
"chai": "~4.2.0",
131131
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)