Skip to content

Commit

Permalink
Prepare Version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Sep 26, 2023
1 parent 4cbfabd commit 078cabd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This plugin does _NOT_ replace [accessibility][] efforts in [core Leaflet][bugs]

The aim for this plugin is for it to become obsolete and to retire it, because sufficient accessibility fixes and enhancements have been made to core Leaflet.

## What is "A11y"?

"A11y" is a numeronym – an abbreviation for accessibility. It is often pronounced "alley" (see [#10][]).

## Leaflet.i18n plugin optional

If available, `Leaflet.a11y` uses the [Leaflet.i18n][] internationalisation plugin.
Expand Down Expand Up @@ -64,6 +68,7 @@ License: [MIT][].
[Leaflet.i18n]: https://github.com/umap-project/Leaflet.i18n
[MIT x]: https://nfreear.mit-license.org/
[MIT]: https://github.com/nfreear/leaflet.a11y/blob/main/LICENSE
[#10]: https://github.com/nfreear/leaflet.a11y/issues/10
[bugs]: https://github.com/Leaflet/Leaflet/labels/accessibility
[L-7193]: https://github.com/Leaflet/Leaflet/issues/7193
"Make the leaflet-container a programmatically determinable element"
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "leaflet.a11y",
"version": "0.2.0",
"version": "0.3.0",
"description": "An accessibility and localization plugin for Leaflet.",
"main": "./Leaflet.a11y.js",
"module": "./src/AccessibilityPlugin.mjs",
"author": "Nick Freear",
"license": "MIT",
"author": "Nick Freear",
"repository": {
"type": "git",
"url": "https://github.com/nfreear/leaflet.a11y.git"
Expand Down Expand Up @@ -33,12 +33,6 @@
"a11y",
"accessibility"
],
"semistandard": {
"X__include": [
"example",
"src"
]
},
"devDependencies": {
"semistandard": "^17.0.0",
"servor": "^4.0.2"
Expand Down

0 comments on commit 078cabd

Please sign in to comment.