Skip to content

Commit

Permalink
Use file whitelisting for NPM packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Sep 13, 2020
1 parent 7bdc594 commit 81dc2dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-ui-upload",
"version": "0.4.2",
"version": "0.4.3",
"description": "Node-RED Dashboard UI widget node for uploading a file content by Socket.io streaming",
"keywords": [
"upload",
Expand All @@ -24,6 +24,10 @@
"ui_upload": "ui_upload.js"
}
},
"files": [
"ui_upload.html",
"ui_upload.js"
],
"repository": {
"type": "git",
"url": "https://github.com/alexandrainst/node-red-contrib-ui-upload"
Expand Down

0 comments on commit 81dc2dd

Please sign in to comment.