Skip to content

Commit

Permalink
Merge pull request #14 from Leadformance/remove_i
Browse files Browse the repository at this point in the history
remove integrator environment
  • Loading branch information
Damien Pellier committed Jul 30, 2015
2 parents 8b8c6aa + ed9c4eb commit caad0e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ BridgeTemplateGenerator.prototype.askFor = function askFor() {

// Bridge API URLs (for config file)
var serverUrls = [
{
name: "Integrator (.i)",
value: "https://api.i.leadformance.com"
},
{
name: "Internal QA (.q)",
value: "https://api.q.leadformance.com"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-bridge-template",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"description": "A Yeoman generator and Grunt tasks for Bridge template development",
"homepage": "https://github.com/Leadformance/generator-bridge-template",
"bugs": "https://github.com/Leadformance/generator-bridge-template/issues",
Expand Down

0 comments on commit caad0e6

Please sign in to comment.