Skip to content

Commit

Permalink
fix(all): remove core-js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 18, 2016
1 parent 97736c7 commit f91bd74
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions bower.json
Expand Up @@ -16,8 +16,5 @@
"repository": {
"type": "git",
"url": "http://github.com/aurelia/fetch-client"
},
"dependencies": {
"core-js": "zloirock/core-js"
}
}
6 changes: 0 additions & 6 deletions package.json
Expand Up @@ -31,18 +31,12 @@
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"core-js": "^2.0.3"
},
"devDependencies": {
"babel": "^5.1.13",
"babel-runtime": "^5.1.13",
"core-js": "^2.0.3"
}
},
"dependencies": {
"core-js": "^2.0.3"
},
"devDependencies": {
"aurelia-tools": "0.1.16",
"babel-dts-generator": "^0.2.17",
Expand Down
1 change: 0 additions & 1 deletion src/http-client-configuration.js
@@ -1,5 +1,4 @@
import {RequestInit, Interceptor} from './interfaces';
import 'core-js';

/**
* A class for configuring HttpClients.
Expand Down
1 change: 0 additions & 1 deletion src/http-client.js
@@ -1,6 +1,5 @@
import {HttpClientConfiguration} from './http-client-configuration';
import {RequestInit, Interceptor} from './interfaces';
import 'core-js';

/**
* An HTTP client based on the Fetch API.
Expand Down

0 comments on commit f91bd74

Please sign in to comment.