forked from splunk/slack-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove reference to internal npm registry
- Loading branch information
Showing
4 changed files
with
672 additions
and
1,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"name": "splunk-slack-alerts", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Slack alert action for Splunk Enterprise", | ||
"splunk": { | ||
"appName": "slack_alerts" | ||
}, | ||
"repository": "[email protected]:ziegfried/splunk-slack-alerts.git", | ||
"author": "Siegfried Puchbauer <[email protected]>", | ||
"license": "MIT", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"onchange": "^3.2.1", | ||
"splunk-slap": "^0.0.5" | ||
"onchange": "^3.2.1" | ||
}, | ||
"scripts": { | ||
"setup": "yarn install && yarn build && yarn symlink", | ||
|
@@ -21,6 +20,7 @@ | |
"rebuild": "echo \"Rebuilding...\" && slap stage --skip-clean", | ||
"start": "yarn build && onchange src/main/resources/splunk/** -- slap stage", | ||
"test": "python -m unittest discover -s src/main/resources/splunk/bin -p '*_tests.py' -v", | ||
"test3": "python3 -m unittest discover -s src/main/resources/splunk/bin -p '*_tests.py' -v", | ||
"test:watch": "onchange src/main/resources/splunk/bin/** -- yarn test" | ||
} | ||
} |
Oops, something went wrong.