From f876c72368864493228387183c559cc73c439d33 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Tue, 16 Jan 2018 11:01:25 +0800 Subject: [PATCH] build(zip): recursively zip --- package.json | 4 ++-- src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 31b273d..ee88fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitako", - "version": "0.1.2", + "version": "0.1.3", "description": "yet another extension for GitHub", "repository": "https://github.com/EnixCoda/Gitako", "author": "EnixCoda", @@ -9,7 +9,7 @@ "scripts": { "start": "webpack --watch", "dev": "webpack", - "prod": "NODE_ENV=production webpack && cd dist && rm -f ./gitako.zip && zip gitako.zip *" + "prod": "NODE_ENV=production webpack && cd dist && rm -f ./gitako.zip && zip gitako.zip -r *" }, "dependencies": { "pjax": "^0.2.4", diff --git a/src/manifest.json b/src/manifest.json index cf8269c..791fd6f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Gitako", - "version": "0.1.2", + "version": "0.1.3", "author": "EnixCoda", "icons": { "128": "icons/Gitako-128x128.png"