Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 17, 2017
1 parent 4553304 commit 53605f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.1.5 -- 2017.03.17
* Update dependencies
* Improve documentation

v0.1.4 -- 2016.06.03
* Update dependencies

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-map",
"version": "0.1.4",
"version": "0.1.5",
"description": "ECMAScript6 Map polyfill",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand All @@ -20,15 +20,15 @@
"url": "git://github.com/medikoo/es6-map.git"
},
"dependencies": {
"d": "~0.1.1",
"es5-ext": "~0.10.11",
"es6-iterator": "2",
"es6-set": "~0.1.3",
"es6-symbol": "~3.1.0",
"event-emitter": "~0.3.4"
"d": "1",
"es5-ext": "~0.10.14",
"es6-iterator": "~2.0.1",
"es6-set": "~0.1.5",
"es6-symbol": "~3.1.1",
"event-emitter": "~0.3.5"
},
"devDependencies": {
"tad": "~0.2.4",
"tad": "~0.2.7",
"xlint": "~0.2.2",
"xlint-jslint-medikoo": "~0.1.4"
},
Expand Down

0 comments on commit 53605f8

Please sign in to comment.