potion-client
Advanced tools
Comparing version 0.9.6 to 0.9.7
{ | ||
"name": "potion-client", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "A ES6 client for APIs written in Flask-Potion", | ||
@@ -25,3 +25,2 @@ "keywords": [], | ||
"dependencies": { | ||
"core-js": "2.2.x", | ||
"reflect-metadata": "0.1.x" | ||
@@ -37,2 +36,3 @@ }, | ||
"browserify": "13.0.x", | ||
"core-js": "2.2.x", | ||
"fetch-mock": "4.1.x", | ||
@@ -39,0 +39,0 @@ "jasmine": "2.4.x", |
@@ -1,2 +0,1 @@ | ||
import 'core-js/shim'; | ||
import 'reflect-metadata'; | ||
@@ -3,0 +2,0 @@ import { PotionItemCache } from './base'; |
"use strict"; | ||
require('core-js/shim'); | ||
require('reflect-metadata'); | ||
@@ -4,0 +3,0 @@ /** |
Sorry, the diff of this file is not supported yet
1
68726
29
893
- Removedcore-js@2.2.x
- Removedcore-js@2.2.2(transitive)