Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit aa0c205

Browse files
committed
drop promise polyfill
1 parent bce369d commit aa0c205

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/compiler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require('es6-promise').polyfill()
21
var fs = require('fs')
32
var path = require('path')
43
var parse5 = require('parse5')

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"chalk": "^1.1.1",
2626
"cssnano": "^3.3.2",
2727
"de-indent": "^1.0.2",
28-
"es6-promise": "^3.0.2",
2928
"hash-sum": "^1.0.2",
3029
"html-minifier": "^1.4.0",
3130
"lru-cache": "^2.7.0",

0 commit comments

Comments
 (0)