Skip to content

Commit 53605f8

Browse files
committed
v0.1.5
1 parent 4553304 commit 53605f8

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.1.5 -- 2017.03.17
2+
* Update dependencies
3+
* Improve documentation
4+
15
v0.1.4 -- 2016.06.03
26
* Update dependencies
37

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-map",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "ECMAScript6 Map polyfill",
55
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
66
"keywords": [
@@ -20,15 +20,15 @@
2020
"url": "git://github.com/medikoo/es6-map.git"
2121
},
2222
"dependencies": {
23-
"d": "~0.1.1",
24-
"es5-ext": "~0.10.11",
25-
"es6-iterator": "2",
26-
"es6-set": "~0.1.3",
27-
"es6-symbol": "~3.1.0",
28-
"event-emitter": "~0.3.4"
23+
"d": "1",
24+
"es5-ext": "~0.10.14",
25+
"es6-iterator": "~2.0.1",
26+
"es6-set": "~0.1.5",
27+
"es6-symbol": "~3.1.1",
28+
"event-emitter": "~0.3.5"
2929
},
3030
"devDependencies": {
31-
"tad": "~0.2.4",
31+
"tad": "~0.2.7",
3232
"xlint": "~0.2.2",
3333
"xlint-jslint-medikoo": "~0.1.4"
3434
},

0 commit comments

Comments
 (0)