Skip to content

Commit 17b523b

Browse files
author
Lee Richmond
committed
Add shim for es5
1 parent 96ea706 commit 17b523b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"dependencies": {
4343
"es6-promise": "^4.0.5",
44-
"lodash-es": "^4.17.4"
44+
"lodash-es": "^4.17.4",
45+
"object-assign-shim": "1.0.0"
4546
}
4647
}

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path="../types/index.d.ts" />
22

3+
import 'object-assign-shim'
34
import * as es6Promise from 'es6-promise';
45
es6Promise.polyfill();
56

0 commit comments

Comments
 (0)