@microsoft/load-themed-styles
Advanced tools
Comparing version 2.0.44 to 2.0.45
{ | ||
"name": "@microsoft/load-themed-styles", | ||
"version": "2.0.44", | ||
"version": "2.0.45", | ||
"description": "Loads themed styles.", | ||
@@ -19,9 +19,9 @@ "license": "MIT", | ||
"@rushstack/eslint-config": "3.3.0", | ||
"@rushstack/heft": "0.50.7", | ||
"@rushstack/heft-web-rig": "0.15.2" | ||
"@rushstack/heft": "0.51.0", | ||
"@rushstack/heft-web-rig": "0.16.0" | ||
}, | ||
"scripts": { | ||
"build": "heft build --clean", | ||
"_phase:build": "heft build --clean" | ||
"_phase:build": "heft run --only build -- --clean" | ||
} | ||
} |
102971