Skip to content

Commit

Permalink
Update repo name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunikkk committed Sep 29, 2022
1 parent 11a4687 commit 4f0f444
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:
dependencies:
mapbox_maps:
git:
url: [email protected]:mapbox/mapbox-maps-flutter-internal.git
url: [email protected]:mapbox/mapbox-maps-flutter.git
ref: 0.1.0
```

Expand Down
6 changes: 3 additions & 3 deletions codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/mapbox-maps-flutter-internal.git"
"url": "git+https://github.com/mapbox/mapbox-maps-flutter.git"
},
"author": "@pengdev",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/mapbox-maps-flutter-internal/issues"
"url": "https://github.com/mapbox/mapbox-maps-flutter/issues"
},
"dependencies": {
"@mapbox/flow-remove-types": "^1.3.0-await.upstream.2",
Expand All @@ -27,6 +27,6 @@
"parsimmon": "^1.7.2",
"yargs": "^15.0.0"
},
"homepage": "https://github.com/mapbox/mapbox-maps-flutter-internal#readme"
"homepage": "https://github.com/mapbox/mapbox-maps-flutter#readme"
}

2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions scripts/copy-comments.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import kotlin.system.exitProcess
//
// Usage :
// kotlinc -script copy-comments.kts -- \
// -p mapbox-maps-flutter-internal/pigeons \
// -g mapbox-maps-flutter-internal/lib/src/pigeons
// -p mapbox-maps-flutter/pigeons \
// -g mapbox-maps-flutter/lib/src/pigeons

val DOC_PREFIX = "///"

Expand Down

0 comments on commit 4f0f444

Please sign in to comment.