Skip to content

Commit

Permalink
Update project locations
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 22, 2016
1 parent 8bdd128 commit a6390fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@
"name": "strider-template",
"version": "2.0.0",
"description": "Plugin template for Strider CD",
"homepage": "https://github.com/Strider-CD/strider-template",
"main": "webapp.js",
"scripts": {
"lint": "eslint *.js config lib",
"test": "npm run lint && istanbul cover node_modules/mocha/bin/_mocha --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/bitwit/strider-template.git"
"url": "https://github.com/Strider-CD/strider-template.git"
},
"keywords": [
"strider",
"plugin",
"template"
],
"engines": {
"node": ">=4.2"
},
"author": "Strider Continuous Deployment <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit a6390fc

Please sign in to comment.