Skip to content

Commit

Permalink
Merge pull request #44 from secbin/1.1
Browse files Browse the repository at this point in the history
1.1
  • Loading branch information
bindeman authored Jun 14, 2024
2 parents 42cc5e0 + 6b2e267 commit f6ae565
Show file tree
Hide file tree
Showing 50 changed files with 5,929 additions and 14,024 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"parserOptions": {
"sourceType": "module"
}
}
6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.199",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"clsx": "^1.1.1",
"cors-anywhere": "^0.4.4",
"eslint": "^8.50.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-forge": "^1.2.1",
"pastebin-js": "^1.0.6",
Expand All @@ -28,19 +31,17 @@
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"typescript": "4.0.5",
"uuid": "^9.0.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false craco build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .js,.ts,.jsx,.tsx ."
},
"eslintConfig": {},
"browserslist": {
"production": [
">0.2%",
Expand All @@ -56,6 +57,10 @@
"devDependencies": {
"@types/chrome": "^0.0.126",
"@types/node-forge": "^1.0.0",
"@types/react-router-dom": "^5.1.6"
"@types/react-router-dom": "^5.1.6",
"@types/uuid": "^9.0.7",
"babel-eslint": "^10.1.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>SecureBin</title>
<title>securebin</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "secureBin",
"name": "securebin: Powerful Pastebin Tool",
"description" : "Securely encrypt your text on Pastebin.com",
"version": "1.0.2",
"manifest_version": 3,
"version": "1.1",
"manifest_version": 4,
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
Expand Down
20 changes: 0 additions & 20 deletions securebinlogo_dark.svg

This file was deleted.

Loading

0 comments on commit f6ae565

Please sign in to comment.