Skip to content

Commit

Permalink
DFE-36: Set published version
Browse files Browse the repository at this point in the history
  • Loading branch information
mackode committed Oct 6, 2023
1 parent 35c5295 commit 1826cc7
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 13 deletions.
17 changes: 15 additions & 2 deletions downstream-electron-be.js

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions downstream-electron-fe.js

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions index.js

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@
"storage",
"files"
],
"main": "api/index.js",
"files": [
"api"
],
"main": "index.js",
"homepage": "https://castlabs.com/resources/downstream/",
"scripts": {
"update": "ncu -u",
"build": "webpack",
"build": "NODE_OPTIONS=\"--openssl-legacy-provider\" && webpack",
"package": "npm pack",
"clean": "node ./bin/makefile.js clean",
"eslint": "./node_modules/.bin/eslint api",
Expand Down

0 comments on commit 1826cc7

Please sign in to comment.