Skip to content

Commit 8dcd955

Browse files
♻️ removed minimum node version
1 parent 38151a0 commit 8dcd955

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-web-share",
33
"author": "Harsh Zalavadiya",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"license": "MIT",
66
"repository": "harshzalavadiya/react-web-share",
77
"module": "dist/react-web-share.esm.js",
@@ -11,9 +11,6 @@
1111
"dist",
1212
"src"
1313
],
14-
"engines": {
15-
"node": ">=12"
16-
},
1714
"scripts": {
1815
"start": "tsdx watch",
1916
"build": "tsdx build && filesize",

0 commit comments

Comments
 (0)