We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a34af4 commit 47e6ccbCopy full SHA for 47e6ccb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reactmap",
3
- "version": "1.2.6",
+ "version": "1.2.7",
4
"description": "React based frontend map.",
5
"main": "ReactMap.mjs",
6
"author": "TurtIeSocks <[email protected]>",
@@ -26,8 +26,8 @@
26
"release": "node server/scripts/newRelease.js"
27
},
28
"engines": {
29
- "node": ">=16",
30
- "yarn": "1.22.x"
+ "node": "^16",
+ "yarn": "^1.22.x"
31
32
"devDependencies": {
33
"@craftamap/esbuild-plugin-html": "^0.4.0",
0 commit comments