temp-helper-linqjs 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/linq-module.js +1 -2
  2. package/package.json +1 -1
package/linq-module.js CHANGED
@@ -2,9 +2,8 @@
2
2
  * Array 프로토타입 확장 - LINQ 스타일 메서드
3
3
  * C# LINQ와 유사한 쿼리 메서드를 JavaScript Array에 추가합니다.
4
4
  * @module helper-linqjs
5
- * @version 0.2.1
6
5
  * @author WooYoung
7
- * @license MIT
6
+ * @license Custom License
8
7
  */
9
8
 
10
9
  (function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "temp-helper-linqjs",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Array 프로토타입 확장 - LINQ 스타일 메서드",
5
5
  "main": "linq-module.js",
6
6
  "license": "EULA",