Skip to content

Commit

Permalink
feat(service-worker): add JSON schema for service worker config
Browse files Browse the repository at this point in the history
Fixes #19847
  • Loading branch information
cyrilletuzi committed Dec 29, 2018
1 parent cffffe0 commit d688b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service-worker/config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package(default_visibility = ["//visibility:public"])

exports_files([
"package.json",
"schema.json"
"schema.json",
])

load("//tools:defaults.bzl", "ng_module")
Expand Down

0 comments on commit d688b94

Please sign in to comment.