Skip to content

Commit f0302fb

Browse files
remove diff in package file
1 parent ae3f19b commit f0302fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"format-js": "ESLINT_USE_FLAT_CONFIG=false eslint lib test --fix",
6060
"check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint lib test",
6161
"precommit": "check-clang-format",
62-
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
62+
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
6363
"test": "mocha 'test/*_tests.js'",
6464
"prebuild": "prebuild --runtime napi --strip --verbose --all"
6565
},
@@ -73,4 +73,4 @@
7373
},
7474
"license": "Apache-2.0",
7575
"readmeFilename": "README.md"
76-
}
76+
}

0 commit comments

Comments
 (0)