Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pastak committed Feb 27, 2017
1 parent 578b174 commit ee66b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "scboloo",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"repository": "[email protected]:pastak/scboloo.git",
"author": "pastak <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist/{chrome,firefox,firefox-v50,common}/* && rm -rf packages/* ",
"clean": "rm -rf dist/{chrome,firefox,firefox-v50,common,msedge}/* && rm -rf packages/* ",
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"build:msedge": "./node_modules/.bin/webpack --config webpack.msedge.config.js",
"build:firefox:v50": "./node_modules/.bin/webpack --config webpack.firefox-v50.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Scboloo",
"description": "easy way to post webpage to scrapbox.io",
"author": "pastak",
"version": "0.2.0",
"version": "0.2.1",
"permissions": [
"<all_urls>",
"activeTab",
Expand Down

0 comments on commit ee66b5b

Please sign in to comment.