Skip to content

Commit 8e929bf

Browse files
committed
0.0.2 release to marketplace
1 parent b7439a1 commit 8e929bf

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
{
2-
"name": "vscode-cfn-lint",
3-
"description": "CloudFormation linter",
4-
"author": "Kevin DeJong",
5-
"license": "Apache-2.0",
6-
"version": "0.0.1",
7-
"publisher": "kddejong",
8-
"engines": {
9-
"vscode": "^1.18.0"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code.git"
14-
},
15-
"bugs": {
16-
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code/issues"
17-
},
18-
"main": "./client/out/extension",
19-
"activationEvents": [
20-
"onLanguage:yaml",
21-
"onLanguage:json"
22-
],
23-
"homepage": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code/blob/master/README.md",
24-
"scripts": {
25-
"postinstall": "cd server && npm install && cd ../client && npm install && cd ..",
26-
"vscode:prepublish": "cd client && npm run update-vscode && cd .. && npm run compile",
27-
"compile": "npm run compile:client && npm run compile:server",
28-
"compile:client": "tsc -p ./client/tsconfig.json",
29-
"watch:client": "tsc -w -p ./client/tsconfig.json",
30-
"compile:server": "tsc -p ./server/tsconfig.json",
31-
"watch:server": "tsc -w -p ./server/tsconfig.json",
32-
"lint": "tslint --project server/tsconfig.json && tslint --project client/tsconfig.json"
33-
},
34-
"devDependencies": {
35-
"@types/mocha": "^2.2.42",
36-
"@types/node": "^6.0.88",
37-
"typescript": "^2.5.2"
38-
},
39-
"contributes": {
40-
"configuration": {
41-
"type": "object",
42-
"title": "CloudFormation Linter configuration",
43-
"properties": {
44-
"cfnLint.path": {
45-
"type": "string",
46-
"default": "cfn-lint",
47-
"description": "Path to cfn-lint"
48-
}
49-
}
50-
}
51-
}
52-
}
2+
"name": "vscode-cfn-lint",
3+
"description": "CloudFormation linter",
4+
"author": "Kevin DeJong",
5+
"license": "Apache-2.0",
6+
"version": "0.0.2",
7+
"publisher": "kddejong",
8+
"engines": {
9+
"vscode": "^1.18.0"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code/issues"
17+
},
18+
"main": "./client/out/extension",
19+
"activationEvents": [
20+
"onLanguage:yaml",
21+
"onLanguage:json"
22+
],
23+
"homepage": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code/blob/master/README.md",
24+
"scripts": {
25+
"postinstall": "cd server && npm install && cd ../client && npm install && cd ..",
26+
"vscode:prepublish": "cd client && npm run update-vscode && cd .. && npm run compile",
27+
"compile": "npm run compile:client && npm run compile:server",
28+
"compile:client": "tsc -p ./client/tsconfig.json",
29+
"watch:client": "tsc -w -p ./client/tsconfig.json",
30+
"compile:server": "tsc -p ./server/tsconfig.json",
31+
"watch:server": "tsc -w -p ./server/tsconfig.json",
32+
"lint": "tslint --project server/tsconfig.json && tslint --project client/tsconfig.json"
33+
},
34+
"devDependencies": {
35+
"@types/mocha": "^2.2.42",
36+
"@types/node": "^6.0.88",
37+
"typescript": "^2.5.2"
38+
},
39+
"contributes": {
40+
"configuration": {
41+
"type": "object",
42+
"title": "CloudFormation Linter configuration",
43+
"properties": {
44+
"cfnLint.path": {
45+
"type": "string",
46+
"default": "cfn-lint",
47+
"description": "Path to cfn-lint"
48+
}
49+
}
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)