Skip to content

Commit

Permalink
More pruning.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Apr 20, 2024
1 parent 50a39c7 commit 6cc3285
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 93 deletions.
27 changes: 0 additions & 27 deletions infrastructure/index.ts

This file was deleted.

9 changes: 2 additions & 7 deletions infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
"version": "0.0.0",
"private": true,
"description": "Shared infrastructure code.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --build ./tsconfig.prod.json",
"clean": "rm -rf node_modules dist"
"clean": "rm -rf node_modules"
},
"devDependencies": {
"@types/jasmine": "^5.1.4",
"@types/node-forge": "^1.3.11",
"https-browserify": "^1.0.0",
"intl-messageformat": "^10.5.11",
Expand Down
4 changes: 0 additions & 4 deletions infrastructure/tsconfig.prod.json

This file was deleted.

100 changes: 46 additions & 54 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"electron-builder": "^24.13.3",
"jasmine": "^5.1.0",
"node-fetch": "^2.6.7"
},
"main": "build/electron/electron/index.js"
Expand Down

0 comments on commit 6cc3285

Please sign in to comment.