Skip to content

Commit c33c489

Browse files
authored
Merge pull request #9 from CGWebDev2003/main
Packaged v2.0.4
2 parents 22b6220 + a477dda commit c33c489

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
## Getting started
2929

30-
Download and install the snippets extension on the [vs code marketplace](https://marketplace.visualstudio.com/items?itemName=NeptuneCSS.neptunecss-snippets) or the [npm package](https://www.npmjs.com/package/neptunecss-js). Use the commands from this wiki or from the [documentation](https://neptune-css.gitbook.io/neptune-css-docs/vs-code-snippets).
30+
Download and install the snippets extension on the [vs code marketplace](https://marketplace.visualstudio.com/items?itemName=NeptuneCSS.neptunecss-snippets) or the [npm package](https://www.npmjs.com/package/neptunecss-snippets). Use the commands from this wiki or from the [documentation](https://neptune-css.gitbook.io/neptune-css-docs/vs-code-snippets).
3131

3232
## License
3333

neptunecss-snippets-2.0.4.vsix

18.6 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "NeptuneCSS",
55
"icon": "icon.png",
66
"description": "VS Code snippets for Neptune CSS",
7-
"version": "2.0.1",
7+
"version": "2.0.4",
88
"scripts": {
99
"package": "C:/Users/colin/AppData/Roaming/npm/vsce package"
1010
},
@@ -21,9 +21,11 @@
2121
"engines": {
2222
"vscode": "^1.77.0"
2323
},
24-
"categories": [
25-
"Snippets"
26-
],
24+
"categorie": "Snippets",
25+
"optionalDependencies": {
26+
"neptunecss": "^1.0.1",
27+
"neptunecss-js": "^1.0.2"
28+
},
2729
"contributes": {
2830
"snippets": [
2931
{

0 commit comments

Comments
 (0)