Skip to content

Commit

Permalink
[Update] version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Jun 13, 2017
1 parent 4cf2783 commit 754d36d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion collections-es6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Collections-ES6 v0.1.1
* Collections-ES6 v0.1.2
* This module provides functionality of Collections Framework of ES6 such as
* Map, Set, WeakMap, WeakSet in native ES5 for older browsers and JavaScript
* engines.
Expand Down
24 changes: 12 additions & 12 deletions node_modules/symbol-es6/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collections-es6",
"version": "0.1.1",
"version": "0.1.2",
"description": "Provides polyfills for Map, Set, WeakMap and WeakSet of ES6 in native ES5 code",
"main": "collections-es6.js",
"directories": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/ariyankhan/collections-es6/issues"
},
"homepage": "https://github.com/ariyankhan/collections-es6#readme",
"devDependencies": {
"dependencies": {
"symbol-es6": "^0.1.0"
}
}

0 comments on commit 754d36d

Please sign in to comment.