Skip to content

Commit

Permalink
remove local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jingpeng committed Mar 21, 2022
1 parent 7e97b9d commit bc403e0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/lib/ThreeView.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bundle_doric-three.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ allprojects {
configurations.all {
resolutionStrategy {
dependencySubstitution {
substitute module('pub.doric:core') with project(":doric")
substitute module('com.github.penfeizhou:jsc4a') with project(":jsc4a")
// substitute module('pub.doric:core') with project(":doric")
// substitute module('com.github.penfeizhou:jsc4a') with project(":jsc4a")
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ rootProject.name='Example'
include ":lib"
project(":lib").projectDir = file("../../android")

include ":doric"
project(":doric").projectDir = file("/Users/pengfei/code/doric/doric-android/doric")

include ":jsc4a"
project(":jsc4a").projectDir = file("/Users/pengfei/code/JSC4A/lib")
//include ":doric"
//project(":doric").projectDir = file("/Users/pengfei/code/doric/doric-android/doric")
//
//include ":jsc4a"
//project(":jsc4a").projectDir = file("/Users/pengfei/code/JSC4A/lib")

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"license": "Apache-2.0",
"dependencies": {
"@types/three": "0.137.0",
"dangle": "^0.1.8",
"doric": ">=0.10.2",
"doric-cli": ">=0.10.2",
"dangle": "^0.1.9",
"doric": ">=0.10.6",
"doric-cli": ">=0.10.6",
"three": "0.137.5"
},
"devDependencies": {
Expand Down

0 comments on commit bc403e0

Please sign in to comment.