Skip to content

Commit

Permalink
removed .gitignore and switched to "files" property
Browse files Browse the repository at this point in the history
  • Loading branch information
Black-Thunder committed Aug 8, 2024
1 parent 06b82a1 commit 72074a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .npmignore

This file was deleted.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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": "mocha \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
Expand Down

0 comments on commit 72074a0

Please sign in to comment.