File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ng2-charts" ,
3- "version" : " 3.0.7 " ,
3+ "version" : " 3.0.8 " ,
44 "publishConfig" : {
55 "registry" : " https://registry.npmjs.org/"
66 },
77 "scripts" : {
88 "build" : " ../../node_modules/.bin/tsc -p tsconfig.schematics.json" ,
99 "test" : " jasmine" ,
1010 "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/" ,
1112 "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"
1314 },
1415 "peerDependencies" : {
1516 "@angular/common" : " >=11.0.0" ,
You can’t perform that action at this time.
0 commit comments