Skip to content

Commit

Permalink
fix(schematics): get rid of schematics-utilities (#297)
Browse files Browse the repository at this point in the history
Schematics-utilities package was introduced in 6d74f4f
Usages of this package was removed in 372f848

Signed-off-by: Andrey Chalkin <[email protected]>
  • Loading branch information
L2jLiga authored Apr 21, 2020
1 parent 5b074ef commit f702629
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 249 deletions.
242 changes: 0 additions & 242 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"ng-packagr": "^9.0.0",
"prettier": "^1.11.1",
"rxjs": "~6.5.4",
"schematics-utilities": "^1.1.1",
"standard-version": "^4.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
Expand Down
1 change: 0 additions & 1 deletion projects/spectator/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"@testing-library/dom",
"jquery",
"@types/jasmine",
"schematics-utilities",
"replace-in-file"
]
}
1 change: 0 additions & 1 deletion projects/spectator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"dependencies": {
"@testing-library/dom": "6.1.0",
"jquery": "3.4.1",
"schematics-utilities": "^1.1.1",
"replace-in-file": "^4.1.3"
},
"peerDependencies": {
Expand Down
7 changes: 3 additions & 4 deletions projects/spectator/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "0.0.0",
"schematics": "./src/collection.json",
"peerDependencies": {
"@angular-devkit/core": "^7.3.1",
"@angular-devkit/schematics": "^7.3.1",
"schematics-utilities": "^1.1.1",
"typescript": "~3.1.1"
"@angular-devkit/core": ">= 8.0.0",
"@angular-devkit/schematics": ">= 8.0.0",
"typescript": ">= 2.8.0"
}
}

0 comments on commit f702629

Please sign in to comment.