UNPKG
@jorgeucanorg/init
Version:
latest (0.0.1)
0.0.1
Add scully to your angular app
@jorgeucanorg/init
/
src
/
migration.json
11 lines
(10 loc)
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"../node_modules/
@angular
-devkit/schematics/collection-schema.json"
,
"schematics"
: {
"migration-v0"
: {
"version"
:
"0"
,
"description"
:
"Updates to scully v0"
,
"factory"
:
"./ng-update/index#updateToV0"
} } }