We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bde19c commit f990873Copy full SHA for f990873
2 files changed
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"short_name": "mainichi_tango",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"author": "Yao Wang",
5
"chrome_url_overrides": {
6
"newtab": "index.html"
package.json
@@ -1,12 +1,13 @@
"name": "mainichi-tango",
"author": "Yao Wang <tim.wangyao@gmail.com>",
"license": "MIT",
"scripts": {
7
"dev": "parcel dev src/index.html --no-content-hash ",
8
"build": "parcel build src/index.html -d build --no-content-hash --no-source-maps",
9
- "prepare": "node script/prepare.js"
+ "prepare": "node script/prepare.js",
10
+ "pack": "7z a packed.zip .\\build\\*"
11
},
12
"devDependencies": {
13
"@types/chrome": "^0.0.124",
0 commit comments