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 16, 2017
1 parent 24d0dbf commit e1f3198
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
v0.1.5 -- 2017.03.16
* Improve documentation
* Update dependencies

v0.1.4 -- 2016.01.19
* Ensure Set polyfill function name is `Set` (#2)

Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "es6-set",
"version": "0.1.4",
"version": "0.1.5",
"description": "ECMAScript6 Set polyfill",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand All @@ -16,14 +16,14 @@
"url": "git://github.com/medikoo/es6-set.git"
},
"dependencies": {
"d": "~0.1.1",
"es5-ext": "~0.10.11",
"es6-iterator": "2",
"es6-symbol": "3",
"event-emitter": "~0.3.4"
"d": "1",
"es5-ext": "~0.10.14",
"es6-iterator": "~2.0.1",
"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 e1f3198

Please sign in to comment.