forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: idiomatic install of @angular/bazel npm package (angular#26258) (
angular#26488) PR Close angular#26488
- Loading branch information
1 parent
30d6233
commit 631998b
Showing
27 changed files
with
4,118 additions
and
3,621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "angular-bazel", | ||
"description": "example and integration test for building Angular apps with Bazel", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"dependencies": { | ||
"reflect-metadata": "0.1.12", | ||
"rxjs": "6.3.3", | ||
"tslib": "1.9.3", | ||
"zone.js": "0.8.26" | ||
}, | ||
"devDependencies": { | ||
"@angular/bazel": "file:../angular/dist/packages-dist/bazel", | ||
"@angular/compiler": "file:../angular/dist/packages-dist/compiler", | ||
"@angular/compiler-cli": "file:../angular/dist/packages-dist/compiler-cli", | ||
"@bazel/karma": "0.20.2", | ||
"@bazel/typescript": "0.20.2", | ||
"@types/jasmine": "2.8.8", | ||
"@types/source-map": "0.5.1", | ||
"protractor": "5.1.2", | ||
"tsickle": "0.32.0", | ||
"typescript": "3.1.1" | ||
}, | ||
"scripts": { | ||
"//": "TODO(gregmagolan): figure out how to keep dependencies here up to date with the root package.json" | ||
} | ||
} |
Oops, something went wrong.