File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/angular" ,
3- "version" : " 2.0.0-beta.0 " ,
3+ "version" : " 2.0.0-beta.1 " ,
44 "dependencies" : {
5- "@coreui/coreui" : " ^2.0.0-beta.4 "
5+ "@coreui/coreui" : " ^2.0.0-beta.10 "
66 },
77 "peerDependencies" : {
88 "@angular/common" : " *" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/angular-dev" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0-beta.2 " ,
44 "devDependencies" : {
55 "@angular/common" : " 5.2.6" ,
66 "@angular/compiler" : " ^5.2.6" ,
2323 "zone.js" : " 0.8.20"
2424 },
2525 "scripts" : {
26- "compile" : " node_modules/.bin/ngc -p tsconfig.json" ,
26+ "compile" : " node_modules/.bin/ngc -p src/ tsconfig.json" ,
2727 "dist" : " npm run compile && npm run lint && npm run htmlcopy && npm run jsoncopy" ,
2828 "htmlcopy" : " copyfiles -u 1 src/**/*.html dist" ,
2929 "jsoncopy" : " copyfiles -u 1 src/package.json dist" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/angular" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0-beta.2 " ,
44 "dependencies" : {
55 "@coreui/coreui" : " ^2.0.0-beta.10"
66 },
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "outDir" : " ./dist" ,
4- "rootDir" : " ./src " ,
3+ "outDir" : " .. /dist" ,
4+ "rootDir" : " ." ,
55 "target" : " es5" ,
66 "module" : " es2015" ,
77 "moduleResolution" : " node" ,
2727 " node_modules"
2828 ],
2929 "files" : [
30- " ./scripts/typings.d.ts" ,
31- " ./src/ index.ts" ,
30+ " .. /scripts/typings.d.ts" ,
31+ " ./index.ts" ,
3232 ],
3333 "angularCompilerOptions" : {
3434 "strictMetadataEmit" : true ,
You can’t perform that action at this time.
0 commit comments