Skip to content

Commit fb7e349

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
feat(cannon): migrate body
1 parent eba9277 commit fb7e349

File tree

6 files changed

+469
-1
lines changed

6 files changed

+469
-1
lines changed

libs/cannon/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
"libs/cannon/**/*.ts",
4545
"libs/cannon/**/*.html",
4646
"libs/cannon/debug/**/*.ts",
47-
"libs/cannon/debug/**/*.html"
47+
"libs/cannon/debug/**/*.html",
48+
"libs/cannon/services/**/*.ts",
49+
"libs/cannon/services/**/*.html"
4850
]
4951
}
5052
}

libs/cannon/services/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# angular-three-cannon/services
2+
3+
Secondary entry point of `angular-three-cannon`. It can be used by importing from `angular-three-cannon/services`.

libs/cannon/services/ng-package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "src/index.ts"
4+
}
5+
}

0 commit comments

Comments
 (0)