Skip to content

Commit 6843972

Browse files
author
Sophia Marie Terry
committed
Fix package with ruleset exporT
1 parent 5c8bf28 commit 6843972

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tools/spectral/package-lock.json

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

tools/spectral/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ipa-validation-framework",
2+
"name": "ipa-spectral",
33
"version": "1.0.0",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
@@ -11,6 +11,7 @@
1111
"license": "Apache-2.0",
1212
"author": "MongoDB",
1313
"type": "module",
14+
"main" : "./ipa/ipa-spectral.yaml",
1415
"scripts": {
1516
"format": "npx prettier . --write",
1617
"format-check": "npx prettier . --check",

0 commit comments

Comments
 (0)