Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 15, 2017
1 parent f96d50f commit 14c8b57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
v2.0.2 -- 2017.03.15
* Update dependencies

v2.0.1 -- 2015.10.02
* Update to use es6-symbol at v3

Expand Down
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "es6-weak-map",
"version": "2.0.1",
"version": "2.0.2",
"description": "ECMAScript6 WeakMap polyfill",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand All @@ -19,13 +19,13 @@
"url": "git://github.com/medikoo/es6-weak-map.git"
},
"dependencies": {
"d": "^0.1.1",
"es5-ext": "^0.10.8",
"es6-iterator": "2",
"es6-symbol": "3"
"d": "1",
"es5-ext": "^0.10.14",
"es6-iterator": "^2.0.1",
"es6-symbol": "^3.1.1"
},
"devDependencies": {
"tad": "^0.2.3",
"tad": "^0.2.7",
"xlint": "^0.2.2",
"xlint-jslint-medikoo": "^0.1.4"
},
Expand Down

0 comments on commit 14c8b57

Please sign in to comment.