Skip to content

Commit

Permalink
chore(release): v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent b9e0e45 commit 658ae7f
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "reddit-chat-mobile-fix",
"version": "1.0.0",
"displayName": "Reddit Mobile Chat Fix",
"author": "nuckle",
"description": "Fixes reddit chat (chat.reddit.com) for mobile devices.",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"build:chrome": "cross-env MANIFEST_VERSION=3 npm run build",
"build:firefox": "cross-env MANIFEST_VERSION=2 FIREFOX_BUILD=1 npm run build",
"watch": "vite build --watch --mode development --minify false",
"dev": "vite",
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
"serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/"
},
"devDependencies": {
"@samrum/vite-plugin-web-extension": "^5.0.0",
"@types/chrome": "^0.0.254",
"@types/webextension-polyfill": "^0.10.6",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"web-ext-types": "^3.2.1"
},
"dependencies": {
"@types/dotenv": "^6.1.1",
"dotenv": "^16.4.5",
"web-ext": "^8.3.0",
"webextension-polyfill": "^0.10.0"
},
"volta": {
"node": "20.18.0"
}
"name": "reddit-chat-mobile-fix",
"version": "1.1.0",
"displayName": "Reddit Mobile Chat Fix",
"author": "nuckle",
"description": "Fixes reddit chat (chat.reddit.com) for mobile devices.",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"build:chrome": "cross-env MANIFEST_VERSION=3 npm run build",
"build:firefox": "cross-env MANIFEST_VERSION=2 FIREFOX_BUILD=1 npm run build",
"watch": "vite build --watch --mode development --minify false",
"dev": "vite",
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
"serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/"
},
"devDependencies": {
"@samrum/vite-plugin-web-extension": "^5.0.0",
"@types/chrome": "^0.0.254",
"@types/webextension-polyfill": "^0.10.6",
"cross-env": "^7.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"web-ext-types": "^3.2.1"
},
"dependencies": {
"@types/dotenv": "^6.1.1",
"dotenv": "^16.4.5",
"web-ext": "^8.3.0",
"webextension-polyfill": "^0.10.0"
},
"volta": {
"node": "20.18.0"
}
}

0 comments on commit 658ae7f

Please sign in to comment.