Skip to content

Commit

Permalink
Fixed global dependencies and added prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Dec 5, 2018
1 parent b759f71 commit e231f77
Show file tree
Hide file tree
Showing 3 changed files with 1,200 additions and 238 deletions.
6 changes: 1 addition & 5 deletions delivery.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
const KenticoCloud = require('kentico-cloud-delivery-typescript-sdk');

const projectId = '2695019d-6404-00c1-fea5-e0f187569329';
const previewApiKey = '';

module.exports = new KenticoCloud.DeliveryClient({
projectId: projectId,
typeResolvers: [

]
typeResolvers: []
});
Loading

0 comments on commit e231f77

Please sign in to comment.