@genesislcap/foundation-events
Advanced tools
Comparing version 12.0.1 to 12.0.2
{ | ||
"name": "@genesislcap/foundation-events", | ||
"description": "Genesis Foundation Events", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"sideEffects": false, | ||
@@ -13,3 +13,3 @@ "license": "SEE LICENSE IN license.txt", | ||
"scripts": { | ||
"build": "npm run build:tsc && npm run build:rollup && npm run build:webpack", | ||
"build": "npm run clean && npm run build:tsc", | ||
"build:rollup": "rollup -c", | ||
@@ -25,4 +25,2 @@ "build:tsc": "tsc -b ./tsconfig.build.json", | ||
"dev:webpack": "cross-env NODE_ENV=development webpack serve", | ||
"prepare": "npm run clean && npm run build:tsc", | ||
"prepublishOnly": "npm run prepare", | ||
"serve": "serve dist -p $npm_package_config_PORT", | ||
@@ -87,3 +85,3 @@ "test": "echo \"Error: no test specified\"" | ||
}, | ||
"gitHead": "304acc01f8f286b4c22dd59900711b70db6ab5a7" | ||
"gitHead": "28d849c72fd4385074cf195d7d33680dd81bff04" | ||
} |
41610