Created
February 17, 2019 16:46
-
-
Save Stronhold/c6e506988e05763d4d6a547953cd31c3 to your computer and use it in GitHub Desktop.
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
{ | |
"npmScope": "ngconf", | |
"implicitDependencies": { | |
"angular.json": "*", | |
"package.json": "*", | |
"tsconfig.json": "*", | |
"tslint.json": "*", | |
"nx.json": "*" | |
}, | |
"projects": { | |
"web-app": { | |
"tags": [] | |
}, | |
"web-app-e2e": { | |
"tags": [] | |
}, | |
"web-app-home-core": { | |
"tags": [ | |
"scope:home", | |
"type:core" | |
] | |
}, | |
"web-app-home-user-interface": { | |
"tags": [ | |
"scope:home", | |
"type:user-interface" | |
] | |
}, | |
"web-app-home-routes": { | |
"tags": [ | |
"scope:home", | |
"type:routes" | |
] | |
}, | |
"web-app-workshops-core": { | |
"tags": [ | |
"scope:workshops", | |
"type:core" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment