@igniteui/material-icons-extended
Advanced tools
Comparing version 2.11.0-beta.4 to 2.11.0-beta.5
@@ -66,3 +66,9 @@ import gulp from "gulp"; | ||
function copyMigrations() { | ||
return src(["./migrations/migration.json", "./migrations/package.json"]).pipe( | ||
dest("build/migrations") | ||
); | ||
} | ||
const build = series(clean, buildSvgSprites); | ||
export { clean, build }; | ||
export { clean, build, copyMigrations }; |
{ | ||
"name": "@igniteui/material-icons-extended", | ||
"version": "2.11.0-beta.4", | ||
"version": "2.11.0-beta.5", | ||
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.", | ||
"type": "module", | ||
"scripts": { | ||
"build": "gulp build && npm run build:ts && tsc --listEmittedFiles --project ./migrations/tsconfig.json", | ||
"build": "gulp build && npm run build:ts && npm run build:migrations", | ||
"build:ts": "node ./webpack.js", | ||
"build:migrations": "gulp copyMigrations && tsc --listEmittedFiles --project ./migrations/tsconfig.json", | ||
"build:dev": "gulp build && webpack --mode development" | ||
@@ -46,3 +47,3 @@ }, | ||
"ng-update": { | ||
"migrations": "./migrations/migration.json" | ||
"migrations": "./build/migrations/migration.json" | ||
}, | ||
@@ -49,0 +50,0 @@ "dependencies": {}, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1435315
430
4933