Skip to content

Commit

Permalink
feat: update nunjucks package metadata improved compatibility
Browse files Browse the repository at this point in the history
- updated the `releases` field to include version-specific details:
  - added a release for Sublime Text `>4188` with `tags: true`
  - added a release for Sublime Text `<=4188` with `tags: "2.0.1"`
- ensures compatibility across different Sublime Text versions
  with appropriate tag references
  • Loading branch information
alsolovyev committed Dec 31, 2024
1 parent 6e65fe1 commit f408ef7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repository/n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,8 +1325,12 @@
"previous_names": ["Nunjucks Syntax"],
"releases": [
{
"sublime_text": ">=3092",
"sublime_text": ">4188",
"tags": true
},
{
"sublime_text": "<=4188",
"tags": "2.0.1"
}
]
},
Expand Down

0 comments on commit f408ef7

Please sign in to comment.