@coursekit/client
Advanced tools
Comparing version 0.1.3 to 0.1.4-beta.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
var markdownIt = require('markdown-it'); | ||
var fetch$1 = require('node-fetch'); | ||
var fetch$1 = require('cross-fetch'); | ||
@@ -9,0 +9,0 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } |
@@ -1,2 +0,2 @@ | ||
import fetch from 'node-fetch' | ||
import fetch from 'cross-fetch' | ||
@@ -3,0 +3,0 @@ function Response (status, data) { |
{ | ||
"name": "@coursekit/client", | ||
"description": "CourseKit client library", | ||
"version": "0.1.3", | ||
"version": "0.1.4-beta.1", | ||
"main": "dist/library.js", | ||
@@ -24,3 +24,3 @@ "module": "dist/library.mjs", | ||
"markdown-it": "^12.3.2", | ||
"node-fetch": "^2.6.7" | ||
"cross-fetch": "^3.1.5" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
46880