Skip to content

Commit

Permalink
Bump version to: 0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Jul 9, 2024
1 parent e2e083b commit 5dfc44e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "svelte-ast-print",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"description": "Print Svelte AST nodes as a string. Aka parse in reverse.",
"keywords": ["svelte", "ast", "print"],
"keywords": [
"svelte",
"ast",
"print"
],
"license": "MIT",
"author": {
"name": "Mateusz Kadlubowski",
Expand Down Expand Up @@ -33,7 +37,10 @@
"engines": {
"node": ">=20"
},
"files": ["src/", "types/"],
"files": [
"src/",
"types/"
],
"imports": {
"#tests/*": {
"types": "./tests/*.ts",
Expand Down

0 comments on commit 5dfc44e

Please sign in to comment.