Skip to content

Commit a8a99bd

Browse files
committed
Remove es6-promise (#60)
1 parent c665664 commit a8a99bd

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ Append your "API Key" or "OAuth2 Access Token" to requests to the API to return
1616
``` javascript
1717
import 'isomorphic-form-data';
1818
import 'isomorphic-fetch';
19-
import * as es6promise from 'es6-promise';
2019
import * as backlogjs from 'backlog-js';
2120

22-
es6promise.polyfill();
23-
2421
// 'xxx.backlog.jp' or 'xxx.backlogtool.com' or 'your package host'
2522
const host = 'yourSpaceHost';
2623
const apiKey = 'yourApiKey';

package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"browserify": "^17.0.0",
3939
"coveralls": "^3.1.1",
4040
"dotenv": "^16.0.0",
41-
"es6-promise": "^4.2.8",
4241
"espower-typescript": "^10.0.0",
4342
"isomorphic-fetch": "^3.0.0",
4443
"isomorphic-form-data": "^2.0.0",

test/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import * as Fixtures from './fixtures/index';
99
import 'isomorphic-form-data';
1010
import 'isomorphic-fetch';
1111

12-
require('es6-promise').polyfill();
1312
dotenv.config();
1413

1514
const host = process.env.BACKLOG_HOST || 'example.backlog.jp';

0 commit comments

Comments
 (0)