Skip to content

Commit

Permalink
migrate tio files section
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Oct 20, 2024
1 parent 285a95a commit 689da91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 35 deletions.
35 changes: 0 additions & 35 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 @@ -55,6 +55,15 @@
"typescript": "^5.6.3"
},
"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 --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
Expand Down

0 comments on commit 689da91

Please sign in to comment.