Skip to content

Commit

Permalink
Remove some outdated npm scripts and tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed May 22, 2021
1 parent f4ae916 commit b6a9fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 360 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"lint": "eslint src test/specs examples tools",
"test": "jest -i --verbose",
"coverage": "jest -i --coverage",
"coveralls": "jest -i --coverage --coverageReporters=text-lcov | coveralls",
"jsdoc": "jsdoc -t node_modules/ink-docstrap/template/ -c jsdoc.json -d .docs/jsdoc/ -R README.md src",
"vsf-doc": "node tools/specification-documentor/main.js --packetStructure > docs/vbus-packets.md && node tools/specification-documentor/main.js --packetFields > docs/vbus-packet-fields.md",
"jekyll": "(cd docs; jekyll build && rsync -a _site/ ../.docs/)"
"coveralls": "jest -i --coverage --coverageReporters=text-lcov | coveralls"
},
"homepage": "https://github.com/danielwippermann/resol-vbus",
"repository": "https://github.com/danielwippermann/resol-vbus.git",
Expand Down
356 changes: 0 additions & 356 deletions tools/specification-documentor/main.js

This file was deleted.

0 comments on commit b6a9fec

Please sign in to comment.