Skip to content

Commit

Permalink
Merge pull request #385 from mattreim/files
Browse files Browse the repository at this point in the history
Add files to package.json [repository checker]
  • Loading branch information
Jey-Cee authored Aug 18, 2024
2 parents cee26bf + 1f2b7d4 commit 894c850
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
"sinon-chai": "^3.7.0"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "node node_modules/mocha/bin/mocha --exit",
"test:package": "mocha test/package --exit",
Expand All @@ -71,4 +80,4 @@
"url": "https://github.com/Jey-Cee/ioBroker.deconz/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 894c850

Please sign in to comment.