Skip to content

Commit

Permalink
repaths import for @ff0000-ad-tech/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Connell committed Apr 10, 2018
1 parent b088623 commit 6590451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const argv = require('minimist')(process.argv.slice(2))
const packager = require('./lib/packager.js')

const debug = require('debug')
const debug = require('@ff0000-ad-tech/debug')
var log = debug('cs-plugin-vendor-indexes')

global.api = `http://${argv.api}`
Expand Down
2 changes: 1 addition & 1 deletion lib/packager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs-extra')
const path = require('path')

const debug = require('debug')
const debug = require('@ff0000-ad-tech/debug')
var log = debug('cs-plugin-vendor-indexes:packager')

function createVendorPackage(profileName, targets) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"devDependencies": {},
"dependencies": {
"debug": "git://github.com/gmcdev/debug.git",
"@ff0000-ad-tech/debug": "latest",
"fs-extra": "^5.0.0",
"minimist": "^1.2.0"
},
Expand Down

0 comments on commit 6590451

Please sign in to comment.