Skip to content

Commit

Permalink
Remove reference to internal npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegfried committed Jun 13, 2020
1 parent f7de0fd commit 54aeac2
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 1,189 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
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",
Expand All @@ -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"
}
}
Loading

0 comments on commit 54aeac2

Please sign in to comment.