1
0
mirror of synced 2024-11-25 23:06:02 +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": { "publishConfig": {
"access": "public" "access": "public"
}, },
"engines": {
"node": ">=11"
},
"browser": { "browser": {
"./sfc": "src/Formulate.js" "./sfc": "src/Formulate.js"
}, },