File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng2-charts" ,
3
- "version" : " 3.0.7 " ,
3
+ "version" : " 3.0.8 " ,
4
4
"publishConfig" : {
5
5
"registry" : " https://registry.npmjs.org/"
6
6
},
7
7
"scripts" : {
8
8
"build" : " ../../node_modules/.bin/tsc -p tsconfig.schematics.json" ,
9
9
"test" : " jasmine" ,
10
10
"copy:schemas" : " rsync -R schematics/*/schema.json ../../dist/ng2-charts/" ,
11
+ "copy:templates" : " rsync -aR schematics/ng-generate --include '*.template' --include '*/' --exclude '*' ../../dist/ng2-charts/" ,
11
12
"copy:collection" : " cp schematics/collection.json ../../dist/ng2-charts/schematics/collection.json" ,
12
- "postbuild" : " npm run copy:schemas && npm run copy:collection"
13
+ "postbuild" : " npm run copy:schemas && npm run copy:templates && npm run copy: collection"
13
14
},
14
15
"peerDependencies" : {
15
16
"@angular/common" : " >=11.0.0" ,
You can’t perform that action at this time.
0 commit comments