1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Removes engine from package.json

This commit is contained in:
Justin Schroeder 2020-04-29 09:35:02 -04:00
parent b96aaab76a
commit 0a24b2ae47

View File

@ -8,9 +8,6 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=11"
},
"browser": {
"./sfc": "src/Formulate.js"
},