Skip to content

Commit e1a286e

Browse files
authored
Merge pull request #170 from Greenstand/revert-169-update-version
Revert "Issue #40 fixed: package.json now update version"
2 parents 25a29be + a59c4b2 commit e1a286e

File tree

4 files changed

+30
-20
lines changed

4 files changed

+30
-20
lines changed

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.LICENSE.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/* @preserve
2-
* Leaflet 1.9.4, a JS library for interactive maps. https://leafletjs.com
3-
* (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
2+
* Leaflet 1.7.1, a JS library for interactive maps. http://leafletjs.com
3+
* (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade
44
*/
55

6-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
7-
86
/**
97
* @license
108
* Lodash <https://lodash.com/>

package-lock.json

Lines changed: 26 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"format": "prettier ./ --write",
2828
"lint": "eslint .",
2929
"lint:fix": "eslint . --fix",
30-
"pre-publish": "npm version patch && webpack --mode=production",
30+
"pre-publish": "webpack --mode=production",
3131
"prepare": "husky install",
3232
"test": "jest"
3333
},

0 commit comments

Comments
 (0)