File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88 {
99 "type" : " New" ,
1010 "release" : " minor"
11+ },
12+ {
13+ "type" : " Fix" ,
14+ "release" : " patch"
1115 }
1216 ]
1317 }
Original file line number Diff line number Diff line change 11# htmlSanityCheck.js
22
33[ ![ Build status] ( https://github.com/uniqueck/htmlSanityCheck.js/actions/workflows/ci.yaml/badge.svg?branch=main )] ( https://github.com/uniqueck/htmlSanityCheck.js/actions/workflows/ci.yaml )
4- [ ![ npm version] ( http://img.shields.io/npm/v/htmlSanityCheck.js. svg )] ( https://www.npmjs.com/package/htmlSanityCheck.js )
4+ [ ![ npm version] ( http://img.shields.io/npm/v/htmlsanitycheck. svg )] ( https://www.npmjs.com/package/htmlsanitycheck )
File renamed without changes.
Original file line number Diff line number Diff line change 4444 "test" : " npm run test:node && npm run test:features && npm run test:smoke" ,
4545 "test:node" : " mocha test/**/*.spec.js" ,
4646 "test:features" : " cucumber-js" ,
47- "test:smoke" : " node bin/htmlSanityCheck --sourceDir test" ,
47+ "test:smoke" : " node bin/htmlSanityCheck.js --sourceDir test" ,
4848 "lint" : " eslint \" ./lib/**/*.js\" \" ./test/**/*.js\" " ,
4949 "lint:fix" : " eslint \" ./lib/**/*.js\" \" ./test/**/*.js\" --fix" ,
5050 "lfet:UI" : " exec java -classpath \" $INIT_CWD/.lfet/tool/*\" lohrfink.lfet.Application &" ,
6262 ],
6363 "license" : " MIT" ,
6464 "bin" : {
65- "htmlsanitycheck" : " bin/htmlsanitycheck" ,
66- "htmlsanitycheck.js" : " bin/htmlsanitycheck"
65+ "htmlsanitycheck" : " bin/htmlSanityCheck.js"
6766 }
6867}
You can’t perform that action at this time.
0 commit comments