Skip to content

Commit

Permalink
feat(nx): remove @nrwl/builders as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and vsavkin committed Jun 4, 2019
1 parent 00b93fa commit 4aba33a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
Empty file removed packages/builders/index.ts
Empty file.
48 changes: 0 additions & 48 deletions packages/builders/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"schematics": "./src/collection.json",
"ng-update": {
"requirements": {},
"packageGroup": [
"@nrwl/nx",
"@nrwl/react",
"@nrwl/schematics",
"@nrwl/builders"
],
"migrations": "./migrations/migrations.json"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion scripts/nx-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ const options = {
*/
pkgFiles: [
'package.json',
'build/npm/builders/package.json',
'build/npm/schematics/package.json',
'build/npm/create-nx-workspace/package.json',
'build/npm/jest/package.json',
Expand Down

0 comments on commit 4aba33a

Please sign in to comment.