Skip to content

Commit 4ebf725

Browse files
committed
update
1 parent 5cc5312 commit 4ebf725

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bookmark/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Maple Bookmarks",
44
"description": "Let you navigate smoothly while hiding the bookmark bar.",
5-
"version": "1.15",
5+
"version": "1.16",
66
"action": {
77
"default_popup": "popup.html"
88
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"bookmark": "zip -r ./dist/Maple.zip ./bookmark",
77
"bookmark-firefox": "cp -R ./bookmark ./bookmark-firefox && cp ./bookmark/manifest_firefox.json ./bookmark-firefox/manifest.json && cd ./bookmark-firefox && zip -r ../dist/FirefoxMaple.zip . && cd .. && rm -rf ./bookmark-firefox",
88
"newtab": "zip -r ./dist/NewTab.zip ./newtab",
9-
"theme":"zip -r ./dist/Theme.zip ./theme",
10-
"build": "mkdir -p ./dist && yarn lint && yarn bookmark && yarn bookmark-firefox && yarn newtab && yarn theme",
9+
"theme": "zip -r ./dist/Theme.zip ./theme",
10+
"build": "mkdir -p ./dist && npm run lint && npm run bookmark && npm run bookmark-firefox && npm run newtab && npm run theme",
1111
"lint": "eslint . --ext .js --fix"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)