From 754d36d90c30d9d08b8ed330ca4c96f36ad3be34 Mon Sep 17 00:00:00 2001 From: Ariyan Khan Date: Wed, 14 Jun 2017 02:48:30 +0530 Subject: [PATCH] [Update] version patch --- collections-es6.js | 2 +- node_modules/symbol-es6/package.json | 24 ++++++++++++------------ package.json | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/collections-es6.js b/collections-es6.js index 6dd1481..71cc2b7 100644 --- a/collections-es6.js +++ b/collections-es6.js @@ -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. diff --git a/node_modules/symbol-es6/package.json b/node_modules/symbol-es6/package.json index 7ec69bb..99be42b 100644 --- a/node_modules/symbol-es6/package.json +++ b/node_modules/symbol-es6/package.json @@ -2,18 +2,18 @@ "_args": [ [ { - "raw": "symbol-es6", + "raw": "symbol-es6@^0.1.0", "scope": null, "escapedName": "symbol-es6", "name": "symbol-es6", - "rawSpec": "", - "spec": "latest", - "type": "tag" + "rawSpec": "^0.1.0", + "spec": ">=0.1.0 <0.2.0", + "type": "range" }, "/home/ariyan/Projects/Web Projects/Web Storm/collections-es6" ] ], - "_from": "symbol-es6@latest", + "_from": "symbol-es6@>=0.1.0 <0.2.0", "_id": "symbol-es6@0.1.0", "_inCache": true, "_location": "/symbol-es6", @@ -29,22 +29,22 @@ "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { - "raw": "symbol-es6", + "raw": "symbol-es6@^0.1.0", "scope": null, "escapedName": "symbol-es6", "name": "symbol-es6", - "rawSpec": "", - "spec": "latest", - "type": "tag" + "rawSpec": "^0.1.0", + "spec": ">=0.1.0 <0.2.0", + "type": "range" }, "_requiredBy": [ - "#DEV:/", - "#USER" + "#USER", + "/" ], "_resolved": "https://registry.npmjs.org/symbol-es6/-/symbol-es6-0.1.0.tgz", "_shasum": "7bdda2c072e4177ad561d845cb085c3b87723840", "_shrinkwrap": null, - "_spec": "symbol-es6", + "_spec": "symbol-es6@^0.1.0", "_where": "/home/ariyan/Projects/Web Projects/Web Storm/collections-es6", "author": { "name": "Ariyan Khan" diff --git a/package.json b/package.json index d6875af..f0e91da 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" } }