Skip to content

Commit 47f0088

Browse files
committed
Ship v2.0.0-beta.2
1 parent 3adee15 commit 47f0088

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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": "*",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -23,7 +23,7 @@
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",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},

tsconfig.json renamed to src/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"outDir": "./dist",
4-
"rootDir": "./src",
3+
"outDir": "../dist",
4+
"rootDir": ".",
55
"target": "es5",
66
"module": "es2015",
77
"moduleResolution": "node",
@@ -27,8 +27,8 @@
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,

0 commit comments

Comments
 (0)