temp-helper-linqjs 0.2.3 → 0.2.4

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "temp-helper-linqjs",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Array 프로토타입 확장 - LINQ 스타일 메서드",
5
5
  "main": "linq-module.js",
6
- "license": "SEE LICENSE IN LICENSE",
6
+ "license": "EULA",
7
7
  "licenseUrl": "https://github.com/js-require/helper-linqjs/LICENSE",
8
8
  "author": {
9
9
  "name": "WooYoung",