Skip to content

Commit

Permalink
fix(schematics): remove unneeded package (#1506)
Browse files Browse the repository at this point in the history
When we run our test suite we also test the integraton with angular cli. With this addition we
link
our schematics to run our latest version of it in the test

ISSUES CLOSED: #1505

Co-authored-by: Sander Elias <[email protected]>
  • Loading branch information
Jefiozie and SanderElias authored Jan 7, 2022
1 parent bc11bf5 commit 5ba721a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/scully-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@schematics/angular": ">12.0.0",
"guess-parser": "^0.4.22",
"js-yaml": "^4.1.0",
"schematics-utilities": "^2.0.3",
"typescript": "^4.2.4"
},
"devDependencies": {
Expand All @@ -48,4 +47,4 @@
"peerDependencies": {
"guess-parser": "^0.4.22"
}
}
}

0 comments on commit 5ba721a

Please sign in to comment.