Skip to content

Commit

Permalink
Merge pull request #47 from splunk/develop
Browse files Browse the repository at this point in the history
Merge version 0.2.8
  • Loading branch information
JasonConger authored Aug 28, 2021
2 parents 1054f94 + 9a7c64e commit 3e78f72
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 102 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.2.7]
## [0.2.8]
- Added spec files for Splunk 8.1 and 8.2
- Slight code refactor to support unit testing. Also, Mocha unit tests were added.
- Fixed issue where settings containing curly braces (`{}`) did not render choices. Issue [#40](https://github.com/splunk/vscode-extension-splunk/issues/40)
Expand Down
161 changes: 62 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splunk",
"version": "0.2.7",
"version": "0.2.8",
"publisher": "Splunk",
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -287,7 +287,8 @@
"icon": "images/icon.png",
"extensionDependencies": [],
"dependencies": {
"axios": "^0.21.1"
"axios": "^0.21.1",
"typescript": "^4.2.2"
},
"devDependencies": {
"@types/glob": "^7.1.1",
Expand All @@ -302,6 +303,8 @@
"vscode-test": "^1.3.2"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha"
}
}

0 comments on commit 3e78f72

Please sign in to comment.