Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iatkin/leaflet-svgicon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: decidim-archive/leaflet-svgicon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Sep 15, 2021

  1. chore: release 1.0.0 version

    leio10 committed Sep 15, 2021
    Copy the full SHA
    a29482b View commit details
Showing with 33 additions and 4 deletions.
  1. +1 −0 .gitignore
  2. +28 −0 package-lock.json
  3. +4 −4 package.json
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
28 changes: 28 additions & 0 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "leaflet-svgicon",
"version": "1.1.0",
"name": "@decidim/leaflet-svgicon",
"version": "1.0.0",
"description": "An SVG-based Icon for Leaflet and an accompanying Marker class",
"main": "svg-icon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ilya Atkin <ilya.atkin@unh.edu>",
"license": "MIT",
"homepage": "https://github.com/iatkin/leaflet-svgicon",
"homepage": "https://github.com/decidim/leaflet-svgicon",
"repository": {
"type": "git",
"url": "https://github.com/iatkin/leaflet-svgicon.git"
"url": "https://github.com/decidim/leaflet-svgicon.git"
},
"dependencies": {
"leaflet": ">=0.7.0"