Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 28, 2024
1 parent eb7afce commit 8fff010
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -23,5 +23,9 @@
],
"files": [
"**/*.json"
]
],
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
}
}

0 comments on commit 8fff010

Please sign in to comment.