Skip to content

Commit 76cd14a

Browse files
committed
rename to org-grasp
1 parent 475e2b9 commit 76cd14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grasp-extension",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A reliable way of capturing web pages and content",
55
"scripts": {
66
"build": "webpack --progress --profile --colors",

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var webpack = require("webpack"),
1111
const pkg = require('./package.json');
1212
const baseManifest = require('./src/manifest.json');
1313

14-
const pkg_name = env.ANY_HOST ? "Grasp extension (any host)" : "Grasp extension";
14+
const pkg_name = env.ANY_HOST ? "org-grasp (any host)" : "org-grasp";
1515

1616
const permissions = [
1717
"storage",

0 commit comments

Comments
 (0)