|
1 | 1 | { |
2 | 2 | "name": "terraform-doc-snippets", |
3 | 3 | "displayName": "Terraform doc snippets", |
4 | | - "description": "Get Terraform code snippets from provider documentation for all resources and data sources. All providers soon to be covered!", |
| 4 | + "description": |
| 5 | + "Terraform code snippets (>1400) straight from documentation for all provider resources and data sources. All providers in the terraform-providers org covered.", |
5 | 6 | "version": "0.1.4", |
6 | 7 | "icon": "assets/terraform_logo.png", |
7 | 8 | "publisher": "run-at-scale", |
|
14 | 15 | "email": "brandon@atscale.run", |
15 | 16 | "url": "https://github.com/run-at-scale" |
16 | 17 | }, |
17 | | - "categories": [ |
18 | | - "Snippets" |
19 | | - ], |
| 18 | + "categories": ["Snippets"], |
20 | 19 | "keywords": [ |
21 | 20 | "Terraform", |
22 | 21 | "devops", |
|
42 | 41 | "test": "npm run compile && node ./node_modules/vscode/bin/test", |
43 | 42 | "postinstall": "node ./node_modules/vscode/bin/install", |
44 | 43 | "build:snippets": "ts-node ./src/main.ts", |
45 | | - "build:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -a", |
46 | 44 | "publish:vsce": "vsce publish", |
47 | 45 | "release": "standard-version" |
48 | 46 | }, |
49 | 47 | "devDependencies": { |
50 | 48 | "@types/fs-extra": "^5.0.2", |
51 | | - "@types/lockfile": "^1.0.0", |
52 | 49 | "@types/tmp": "0.0.33", |
53 | 50 | "@types/underscore": "^1.8.8", |
54 | 51 | "@types/mocha": "^2.2.42", |
55 | 52 | "@types/node": "^7.0.43", |
56 | | - "conventional-changelog": "^1.1.24", |
57 | | - "conventional-github-releaser": "^2.0.2", |
58 | 53 | "eslint": "^4.19.1", |
59 | 54 | "standard-version": "^4.3.0", |
60 | 55 | "tslint": "^5.9.1", |
|
0 commit comments