Skip to content

Commit ee66b5b

Browse files
committed
v0.2.1
1 parent 578b174 commit ee66b5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "scboloo",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "index.js",
55
"repository": "[email protected]:pastak/scboloo.git",
66
"author": "pastak <[email protected]>",
77
"license": "MIT",
88
"scripts": {
9-
"clean": "rm -rf dist/{chrome,firefox,firefox-v50,common}/* && rm -rf packages/* ",
9+
"clean": "rm -rf dist/{chrome,firefox,firefox-v50,common,msedge}/* && rm -rf packages/* ",
1010
"build": "./node_modules/.bin/webpack --config webpack.config.js",
1111
"build:msedge": "./node_modules/.bin/webpack --config webpack.msedge.config.js",
1212
"build:firefox:v50": "./node_modules/.bin/webpack --config webpack.firefox-v50.config.js",

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Scboloo",
33
"description": "easy way to post webpage to scrapbox.io",
44
"author": "pastak",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"permissions": [
77
"<all_urls>",
88
"activeTab",

0 commit comments

Comments
 (0)