@mherod/get-cookie 2.0.0-rc.21 → 2.0.0-rc.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mherod/get-cookie",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.22",
|
|
4
4
|
"description": "Node.js module for querying a local user's Chrome cookie",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"bin": "dist/cli.js",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"clean": "git clean -fdX && rm -rf node_modules dist && yarn install",
|
|
15
15
|
"build": "tsc && parcel build",
|
|
16
16
|
"prepare": "npm run build && npm run prettier",
|
|
17
|
-
"postinstall": "npm run build",
|
|
18
17
|
"test": "jest",
|
|
19
18
|
"prepublish": "npm run build",
|
|
20
19
|
"install:global": "npm run build && npm install --global .",
|