@genesislcap/foundation-utils 11.4.3 → 12.0.1-alpha-d05147f.0

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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "11.4.3",
4
+ "version": "12.0.1-alpha-d05147f.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -10,7 +10,7 @@
10
10
  "PORT": 3040
11
11
  },
12
12
  "scripts": {
13
- "build": "npm run build:tsc && npm run build:rollup && npm run build:webpack",
13
+ "build": "npm run clean && npm run build:tsc",
14
14
  "build:rollup": "rollup -c",
15
15
  "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
16
16
  "build:tsc": "tsc -b ./tsconfig.build.json",
@@ -22,8 +22,6 @@
22
22
  "dev:rollup": "rollup -c -w --configDev",
23
23
  "dev:tsc": "tsc -b ./tsconfig.build.json -w",
24
24
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
25
- "prepare": "npm run clean && npm run build:tsc",
26
- "prepublishOnly": "npm run prepare",
27
25
  "serve": "serve dist -p $npm_package_config_PORT",
28
26
  "test": "echo \"Error: no test specified\""
29
27
  },
@@ -92,5 +90,5 @@
92
90
  "publishConfig": {
93
91
  "access": "public"
94
92
  },
95
- "gitHead": "3a97f3ec54db00600a45581659d0bf06f7afcd75"
93
+ "gitHead": "2e0a38e819734841bbd916b0ddc112022961696c"
96
94
  }