diff --git a/package.json b/package.json index f6879a2..af5f614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primelocale", - "version": "0.0.1", + "version": "1.0.0", "private": false, "author": "PrimeTek Informatics", "description": "PrimeLocale provides i18n and l7n options globally for the components in PrimeUI libraries.", @@ -23,5 +23,9 @@ ], "files": [ "**/*.json" - ] + ], + "engines": { + "node": ">=12.0.0", + "npm": ">=6.0.0" + } }