Skip to content

Commit

Permalink
Merge pull request #367 from julianpoy/we-fix-1.2.1
Browse files Browse the repository at this point in the history
Fix build error with WE
  • Loading branch information
julianpoy authored Dec 5, 2019
2 parents 98114b3 + bb77232 commit a99c95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebExtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "",
"scripts": {
"build": "mkdir -p dist && zip ./dist/rs-we.zip ./src/*",
"build": "rm -rf dist; mkdir -p dist && cd src && zip ../dist/rs-we.zip ./* ./**/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julian Poyourow",
Expand Down
2 changes: 1 addition & 1 deletion WebExtension/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RecipeSage Clip Tool",
"short_name": "RecipeSage",
"version": "1.2.0",
"version": "1.2.1",
"manifest_version": 2,
"description": "An extension for clipping recipes to your RecipeSage account",
"homepage_url": "https://recipesage.com",
Expand Down

0 comments on commit a99c95b

Please sign in to comment.