ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
21 lines (20 loc) • 673 B
JSON
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v9": {
"version": "9",
"description": "Updates ohayojp to v9 [https://github.com/ohayojp/ohayojp/issues/1569]",
"factory": "./ng-update/index#updateToV9"
},
"migration-v10": {
"version": "0.0.0-PLACEHOLDER",
"description": "Updates ohayojp to v10 [https://github.com/ohayojp/ohayojp/issues/1783]",
"factory": "./ng-update/index#updateToV10"
},
"ng-post-update": {
"description": "Performs cleanup after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}