From 363d2a652049ff3759269dcb0e09a74a4a7836d5 Mon Sep 17 00:00:00 2001 From: ghybs Date: Sun, 16 Jul 2023 20:38:29 +0400 Subject: [PATCH 1/3] [5] format(pkg): indent with prettier tabs --- package.json | 64 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 0f57692..48589cb 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,38 @@ { - "name": "leaflet-defaulticon-compatibility", - "version": "0.1.1", - "description": "Retrieve all Leaflet Default Icon options from CSS, in particular all icon images URL's, to improve compatibility with bundlers and frameworks that modify URL's in CSS.", - "main": "dist/leaflet-defaulticon-compatibility.js", - "module": "src/Icon.Default.compatibility.js", - "jsnext:main": "src/Icon.Default.compatibility.js", + "name": "leaflet-defaulticon-compatibility", + "version": "0.1.1", + "description": "Retrieve all Leaflet Default Icon options from CSS, in particular all icon images URL's, to improve compatibility with bundlers and frameworks that modify URL's in CSS.", + "main": "dist/leaflet-defaulticon-compatibility.js", + "module": "src/Icon.Default.compatibility.js", + "jsnext:main": "src/Icon.Default.compatibility.js", "style": "dist/leaflet-defaulticon-compatibility.css", "files": [ "dist/**/*" ], - "scripts": { - "build": "rollup -c", - "test": "echo \"Error: no test specified\" && exit 1", - "webpack": "cd webpack-demo && npm run webpack" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ghybs/leaflet-defaulticon-compatibility.git" - }, - "keywords": [ - "leaflet", - "plugin", - "icon", - "compatibility" - ], - "author": "Boris Seang", - "license": "BSD-2-Clause", - "bugs": { - "url": "https://github.com/ghybs/leaflet-defaulticon-compatibility/issues" - }, - "homepage": "https://github.com/ghybs/leaflet-defaulticon-compatibility#readme", - "devDependencies": { - "rollup": "^0.60.7", - "rollup-plugin-copy": "^0.2.3", - "rollup-plugin-uglify": "^4.0.0" - } + "scripts": { + "build": "rollup -c", + "test": "echo \"Error: no test specified\" && exit 1", + "webpack": "cd webpack-demo && npm run webpack" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ghybs/leaflet-defaulticon-compatibility.git" + }, + "keywords": [ + "leaflet", + "plugin", + "icon", + "compatibility" + ], + "author": "Boris Seang", + "license": "BSD-2-Clause", + "bugs": { + "url": "https://github.com/ghybs/leaflet-defaulticon-compatibility/issues" + }, + "homepage": "https://github.com/ghybs/leaflet-defaulticon-compatibility#readme", + "devDependencies": { + "rollup": "^0.60.7", + "rollup-plugin-copy": "^0.2.3", + "rollup-plugin-uglify": "^4.0.0" + } } From 5e51fbfea1ec9b94c30b0f7540f1fd1b1c869a80 Mon Sep 17 00:00:00 2001 From: ghybs Date: Sun, 16 Jul 2023 20:43:39 +0400 Subject: [PATCH 2/3] [5] chore(pkg): add missing src file for module --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48589cb..5d4898f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "jsnext:main": "src/Icon.Default.compatibility.js", "style": "dist/leaflet-defaulticon-compatibility.css", "files": [ - "dist/**/*" + "dist/**/*", + "src/Icon.Default.compatibility.js" ], "scripts": { "build": "rollup -c", From 7795ef8ca9d1b677754676651ce94428ce854cd7 Mon Sep 17 00:00:00 2001 From: ghybs Date: Sun, 16 Jul 2023 20:44:15 +0400 Subject: [PATCH 3/3] [5] chore(pkg): bump patch version 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d4898f..2f49c89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-defaulticon-compatibility", - "version": "0.1.1", + "version": "0.1.2", "description": "Retrieve all Leaflet Default Icon options from CSS, in particular all icon images URL's, to improve compatibility with bundlers and frameworks that modify URL's in CSS.", "main": "dist/leaflet-defaulticon-compatibility.js", "module": "src/Icon.Default.compatibility.js",