Skip to content

Commit

Permalink
fix(require): update @ecomplus/application-sdk dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Feb 17, 2020
1 parent bb7ed36 commit d4174ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const router = express.Router()
const routes = './routes'

// handle app authentication to Store API
// https://github.com/ecomclub/ecomplus-app-sdk
const { ecomServerIps, setup } = require('ecomplus-app-sdk')
// https://github.com/ecomplus/application-sdk
const { ecomServerIps, setup } = require('@ecomplus/application-sdk')

server.use(bodyParser.urlencoded({ extended: false }))
server.use(bodyParser.json())
Expand Down

0 comments on commit d4174ac

Please sign in to comment.