Skip to content

Commit 3e78f72

Browse files
authored
Merge pull request #47 from splunk/develop
Merge version 0.2.8
2 parents 1054f94 + 9a7c64e commit 3e78f72

File tree

3 files changed

+68
-102
lines changed

3 files changed

+68
-102
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [0.2.7]
3+
## [0.2.8]
44
- Added spec files for Splunk 8.1 and 8.2
55
- Slight code refactor to support unit testing. Also, Mocha unit tests were added.
66
- Fixed issue where settings containing curly braces (`{}`) did not render choices. Issue [#40](https://github.com/splunk/vscode-extension-splunk/issues/40)

package-lock.json

Lines changed: 62 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"publisher": "Splunk",
55
"engines": {
66
"vscode": "^1.52.0"
@@ -287,7 +287,8 @@
287287
"icon": "images/icon.png",
288288
"extensionDependencies": [],
289289
"dependencies": {
290-
"axios": "^0.21.1"
290+
"axios": "^0.21.1",
291+
"typescript": "^4.2.2"
291292
},
292293
"devDependencies": {
293294
"@types/glob": "^7.1.1",
@@ -302,6 +303,8 @@
302303
"vscode-test": "^1.3.2"
303304
},
304305
"scripts": {
306+
"lint": "eslint .",
307+
"pretest": "npm run lint",
305308
"test": "mocha"
306309
}
307310
}

0 commit comments

Comments
 (0)