Skip to content

Commit e7b6e89

Browse files
authored
build: manual release (#64)
* build: add bestzip dep for creating zip of the extension * chore: add produced zip folder to the gitignore * chore: change description in manifest * build: remove adding manifest.json on popup page compilation * build: add rimraf to compilation * chore: bump manifest version * chore: bump version * chore: bump version * chore: bump version
1 parent f3c2a55 commit e7b6e89

File tree

5 files changed

+619
-34
lines changed

5 files changed

+619
-34
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ coverage
1919
# node-waf configuration
2020
.lock-wscript
2121

22+
# builds
2223
build
2324
dist
25+
extension.zip
2426

2527
# Dependency directory
26-
node_modules
28+
node_modules

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Ethereum Swarm Extension",
33
"short_name": "Swarm Extension",
4-
"version": "0.0.2",
4+
"version": "0.2.1",
55
"manifest_version": 2,
66
"permissions": ["webRequest", "webRequestBlocking", "tabs", "storage", "*://*/*", "webNavigation"],
77
"author": "nugaon",
8-
"description": "PoC for Ethereum Swarm extension",
8+
"description": "Web3 framework for Ethereum Swarm dApps",
99
"icons": {
1010
"48": "assets/swarm.png"
1111
},

0 commit comments

Comments
 (0)