| 
									
										
										
										
											2019-12-28 16:37:59 -08:00
										 |  |  | load("//tools:defaults.bzl", "pkg_npm") | 
					
						
							| 
									
										
										
										
											2018-04-03 14:52:33 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-16 10:19:01 +01:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							| 
									
										
										
										
											2018-04-03 14:52:33 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | exports_files([ | 
					
						
							|  |  |  |     "package.json", | 
					
						
							|  |  |  |     "collection.json", | 
					
						
							|  |  |  | ]) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | genrule( | 
					
						
							|  |  |  |     name = "collection", | 
					
						
							|  |  |  |     srcs = ["collection.json"], | 
					
						
							|  |  |  |     outs = ["test-collection.json"], | 
					
						
							|  |  |  |     cmd = "cp $< $@", | 
					
						
							|  |  |  |     output_to_bindir = 1, | 
					
						
							|  |  |  | ) | 
					
						
							| 
									
										
										
										
											2018-04-12 15:09:06 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-28 16:37:59 -08:00
										 |  |  | pkg_npm( | 
					
						
							| 
									
										
										
										
											2018-04-12 15:09:06 -07:00
										 |  |  |     name = "npm_package", | 
					
						
							|  |  |  |     srcs = [ | 
					
						
							|  |  |  |         "collection.json", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "//packages/elements/schematics/ng-add", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |