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 ae3f19b commit f0302fbCopy full SHA for f0302fb
package.json
@@ -59,7 +59,7 @@
59
"format-js": "ESLINT_USE_FLAT_CONFIG=false eslint lib test --fix",
60
"check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint lib test",
61
"precommit": "check-clang-format",
62
- "docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
+ "docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
63
"test": "mocha 'test/*_tests.js'",
64
"prebuild": "prebuild --runtime napi --strip --verbose --all"
65
},
@@ -73,4 +73,4 @@
73
74
"license": "Apache-2.0",
75
"readmeFilename": "README.md"
76
-}
+}
0 commit comments