@haus-tech/package-size-plugin 0.0.10 → 2.2.1
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 +2 -1
- package/dist/types.d.ts +0 -5
- package/dist/types.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haus-tech/package-size-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Package size plugin for Vendure",
|
|
5
5
|
"author": "Haus Tech",
|
|
6
6
|
"repository": "https://github.com/WeAreHausTech/haus-tech-vendure-plugins",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"start": "yarn ts-node test/dev-server.ts",
|
|
20
20
|
"build": "rimraf dist && tsc",
|
|
21
21
|
"test": "jest --preset=\"ts-jest\"",
|
|
22
|
+
"publish": "npm publish --no-tag",
|
|
22
23
|
"prepublishOnly": "yarn && yarn build"
|
|
23
24
|
},
|
|
24
25
|
"devDependencies": {}
|
package/dist/types.d.ts
DELETED
package/dist/types.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|