lolite.clamp 1.1.9 → 1.1.10

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/README.md +4 -0
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -17,4 +17,8 @@ const raised = clamp(-5, 1, 10)
17
17
  const coercedClamp = clamp(Infinity, "garbage", NaN)
18
18
  // result: 0 (0 clamped between 0 and 0)
19
19
  ```
20
+
21
+ ---
22
+
23
+ ## LOGIC GATES
20
24
 
package/package.json CHANGED
@@ -1,8 +1,13 @@
1
1
  {
2
2
  "name": "lolite.clamp",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "main": "src/lib/clamp.js",
5
5
  "license": "EGPSL10X-1.0",
6
+ "author": "10x'ly Made Software Ventures AB",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/enterprise-npm-ai/lolite.git"
10
+ },
6
11
  "dependencies": {
7
12
  "bogosort": "^1.0.1",
8
13
  "lodash.stubarray": "^4.13.0",