Skip to content

Commit ae9401d

Browse files
author
RWhiteDev
committed
Document and manifest changes in prep for deploy
1 parent 18e9367 commit ae9401d

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
See below for details of all version changes and upgrades.
44

5-
## [v0.0.1]
5+
## [v1.0]
66

7-
- It's just the start!
7+
- Initial version **deployed**! - *Gives self pat on the back.*
8+
- General code snippets
9+
- Django specific code snippets
10+
- Jinja2 specific code snippets
11+
12+
---
13+
14+
### Happy coding!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Template Snippets README
1+
# Python Template Snippets
22

33
This VS Code snippet extension includes snippets for both the Jinja2 and Django template engines.
44

@@ -66,6 +66,6 @@ ptd-stat | {% static ' `*` ' %}
6666

6767
---
6868

69-
This snippet was authored by [Ricky White](https://rickywhite.net/), and is an open-source extension. Please help to improve this by [submitting issues here](https://github.com/EndlessTrax/python-template-snippets).
69+
This snippet was authored by [Ricky White](https://rickywhite.net/), and is an open-source extension. Please help to improve this by [submitting issues here](https://github.com/EndlessTrax/python-template-snippets/issues).
7070

7171
**Happy Coding!**

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "python-template-snippets",
33
"displayName": "Python Template Snippets",
4-
"description": "A code snippet extension for Jinja and Django templating engines.",
5-
"version": "0.0.1",
4+
"description": "A snippet extension for Jinja and Django templating engines.",
5+
"keywords": [
6+
"Python",
7+
"Snippets",
8+
"Django",
9+
"Jinja2"
10+
],
11+
"version": "1.0",
612
"publisher": "Ricky White",
713
"engines": {
814
"vscode": "^1.28.0"
@@ -25,5 +31,11 @@
2531
"path": "./snippets/django-snippets.json"
2632
}
2733
]
28-
}
34+
},
35+
"icon": "logo.png",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/EndlessTrax/python-template-snippets"
39+
},
40+
"homepage": "https://github.com/EndlessTrax/python-template-snippets/blob/master/README.md"
2941
}

0 commit comments

Comments
 (0)