base-class-extend
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "base-class-extend", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Base Class constructor for easy class definition - supports getter/setter, inherit/extend Array Error or EventEmitter etc", | ||
"main": "lib/base-class-extend.js", | ||
"devDependencies": { | ||
"get-constructors": ">=0.0.14" | ||
"get-constructors": ">=0.0.15" | ||
}, | ||
@@ -9,0 +9,0 @@ "keywords": [ |
@@ -18,3 +18,3 @@ [base-class-extend](https://www.npmjs.org/package/base-class-extend) - npm | ||
Chrome, Firefox, ie11/9/8/6 と Node.js/io.js をサポートします。 | ||
Google Chrome, Mozilla Firefox, Microsoft ie11/10/9/8/7/6 と Node.js/io.js をサポートします。 | ||
@@ -21,0 +21,0 @@ 関連記事: [[JavaScript] getter/setterも使えるエコ楽なクラス定義 - もちろん継承も - private変数も](http://qiita.com/LightSpeedC/items/3946088b58925234cc48) - qiita |
@@ -17,3 +17,3 @@ [base-class-extend](https://www.npmjs.org/package/base-class-extend) - npm | ||
Supports Chrome, Firefox, ie11/9/8/6 and Node.js/io.js. | ||
Supports Google Chrome, Mozilla Firefox, Microsoft ie11/10/9/8/7/6 and Node.js/io.js. | ||
@@ -20,0 +20,0 @@ [Japanese version/■日本語版はこちら■](README-JP.md#readme) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
458443