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 1
1
{
2
2
"name" : " @coreui/angular" ,
3
- "version" : " 2.0.0-beta.0 " ,
3
+ "version" : " 2.0.0-beta.1 " ,
4
4
"dependencies" : {
5
- "@coreui/coreui" : " ^2.0.0-beta.4 "
5
+ "@coreui/coreui" : " ^2.0.0-beta.10 "
6
6
},
7
7
"peerDependencies" : {
8
8
"@angular/common" : " *" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/angular-dev" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0-beta.2 " ,
4
4
"devDependencies" : {
5
5
"@angular/common" : " 5.2.6" ,
6
6
"@angular/compiler" : " ^5.2.6" ,
23
23
"zone.js" : " 0.8.20"
24
24
},
25
25
"scripts" : {
26
- "compile" : " node_modules/.bin/ngc -p tsconfig.json" ,
26
+ "compile" : " node_modules/.bin/ngc -p src/ tsconfig.json" ,
27
27
"dist" : " npm run compile && npm run lint && npm run htmlcopy && npm run jsoncopy" ,
28
28
"htmlcopy" : " copyfiles -u 1 src/**/*.html dist" ,
29
29
"jsoncopy" : " copyfiles -u 1 src/package.json dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/angular" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0-beta.2 " ,
4
4
"dependencies" : {
5
5
"@coreui/coreui" : " ^2.0.0-beta.10"
6
6
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "outDir" : " ./dist" ,
4
- "rootDir" : " ./src " ,
3
+ "outDir" : " .. /dist" ,
4
+ "rootDir" : " ." ,
5
5
"target" : " es5" ,
6
6
"module" : " es2015" ,
7
7
"moduleResolution" : " node" ,
27
27
" node_modules"
28
28
],
29
29
"files" : [
30
- " ./scripts/typings.d.ts" ,
31
- " ./src/ index.ts" ,
30
+ " .. /scripts/typings.d.ts" ,
31
+ " ./index.ts" ,
32
32
],
33
33
"angularCompilerOptions" : {
34
34
"strictMetadataEmit" : true ,
You can’t perform that action at this time.
0 commit comments