-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and fix some issues (#137)
Fix some issues after updating+ ol-ext 4.0.11
- Loading branch information
1 parent
57a04b4
commit 59a9e1d
Showing
6 changed files
with
1,115 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// index.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ | |
cd /path/to/types-ol-ext | ||
git clone [email protected]:Viglino/ol-ext.git | ||
cd ol-ext | ||
npm install | ||
yarn install | ||
``` | ||
|
||
3. Check whether original JavaScript ol-ext examples can be launched locally. | ||
|
||
```bash | ||
cd /path/to/types-ol-ext | ||
cd ol-ext | ||
npm run start | ||
yarn start | ||
``` | ||
|
||
Then access [http://localhost:8181](http://localhost:8181) and check some examples. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.