| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | git_repository( | 
					
						
							| 
									
										
										
										
											2017-06-20 21:08:20 -07:00
										 |  |  |    name = "io_bazel_rules_typescript", | 
					
						
							|  |  |  |    remote = "https://github.com/bazelbuild/rules_typescript.git", | 
					
						
							|  |  |  |    commit = "3a8404d", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-06-20 21:08:20 -07:00
										 |  |  | load("@io_bazel_rules_typescript//:defs.bzl", "node_repositories") | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-06-20 21:08:20 -07:00
										 |  |  | node_repositories(package_json = "//:package.json") |