Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jan 10, 2024
1 parent 3294474 commit 2580d07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "posthtml-i18n",
"description": "Internalization with PostHTML.",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"author": "PostHTML (https://github.com/posthtml)",
"bugs": "https://github.com/posthtml/posthtml-i18n/issues",
"homepage": "https://github.com/posthtml/posthtml-i18n",
"repository": "posthtml/posthtml-i18n",
"type": "module",
"exports": "./lib/index.js",
"files": ["lib"],
"files": [
"lib"
],
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 2580d07

Please sign in to comment.