Release 0.2.0
align indentation of multiline expressions and statements
This commit is contained in:
parent
6a7477870d
commit
e54ce4ba27
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "prettier-plugin-jinja-template",
|
"name": "prettier-plugin-jinja-template",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "prettier-plugin-jinja-template",
|
"name": "prettier-plugin-jinja-template",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-typescript": "^7.21.0",
|
"@babel/preset-typescript": "^7.21.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "prettier-plugin-jinja-template",
|
"name": "prettier-plugin-jinja-template",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"description": "Prettier plugin for formatting jinja templates.",
|
"description": "Prettier plugin for formatting jinja templates.",
|
||||||
"author": "David Odenwald",
|
"author": "David Odenwald",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue