Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Jul 13, 2023
1 parent 24612bd commit bb7f219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "leaflet-rotate",
"version": "0.2.7",
"version": "0.2.8",
"description": "A Leaflet plugin that allows to add rotation functionality to map tiles",
"type": "module",
"main": "dist/leaflet-rotate.js",
"browser": "dist/leaflet-rotate.js",
"module": "src/index.js",
"scripts": {
"test": "uvu . \"(examples|src)[\\\\\/].*\\.spec\\.js$\"",
"test": "uvu . \"(examples|src)[\\\\/].*\\.spec\\.js$\"",
"build": "rollup -c build/rollup.config.js",
"watch": "rollup -c build/rollup.config.js --watch",
"dev": "npm-run-all --print-label --parallel serve watch",
Expand Down

0 comments on commit bb7f219

Please sign in to comment.