File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
integration/samples/secondary Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "$schema" : " ../../../src/package.schema.json" ,
2
3
"name" : " @sample/secondary-lib" ,
3
4
"description" : " A sample library with configuration in package.json" ,
4
5
"version" : " 1.0.0-pre.0" ,
9
10
"@angular/common" : " ^4.1.2"
10
11
},
11
12
"ngPackage" : {
12
- "$schema" : " ../../../src/lib/ng-package.schema.json" ,
13
13
"lib" : {
14
14
"entryFile" : " public_api.ts"
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
+ "$schema" : " ../../../../src/package.schema.json" ,
2
3
"name" : " @sample/secondary/sub-module" ,
3
4
"description" : " A sub module library" ,
4
5
"version" : " 1.0.0-pre.0" ,
Original file line number Diff line number Diff line change 4
4
{ "$ref" : " http://json.schemastore.org/package" },
5
5
{
6
6
"properties" : {
7
- "ngPackage" : { "$ref" : " ./ng-package.schema.json" }
7
+ "ngPackage" : {
8
+ "$ref" : " ./ng-package.schema.json" ,
9
+ "description" : " Angular Package description"
10
+ }
8
11
},
9
12
"required" : []
10
13
}
You can’t perform that action at this time.
0 commit comments