Skip to content

Commit ca6b0ce

Browse files
committed
update package
1 parent 15fbbcb commit ca6b0ce

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "javascript-test-snippets",
3-
"description": "Code snippets for JavaScript testing frameworks in ES6 syntax",
3+
"description": "Code snippets for JavaScript testing frameworks (mocha, jasmine and jest) in ES6 syntax",
44
"version": "0.0.1",
55
"displayName": "JavaScript Test Snippets",
66
"publisher": "JaredE",
7-
"icon": "images/jasmine.png",
87
"license": "SEE LICENSE IN LICENSE.md",
98
"repository": {
109
"type": "git",
@@ -15,8 +14,16 @@
1514
},
1615
"main": "./extension.js",
1716
"categories": [
17+
"Programming Languages",
1818
"Snippets"
1919
],
20+
"keywords": [
21+
"javascript",
22+
"mocha",
23+
"jest",
24+
"jasmine",
25+
"testing"
26+
],
2027
"contributes": {
2128
"configuration": {
2229
"title": "Javascript Test Frameworks",
@@ -55,5 +62,6 @@
5562
},
5663
"dependencies": {
5764
"lodash.merge": "^4.6.2"
58-
}
65+
},
66+
"pricing": "Free"
5967
}

0 commit comments

Comments
 (0)