@zthun/helpful-internet 2.4.0 → 3.0.0
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.
- package/README.md +11 -0
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Helpful Internet
|
|
2
|
+
|
|
3
|
+
This package contains models for common internet "things." These can be generic everyday objects such as emails,
|
|
4
|
+
cookies, and servers.
|
|
5
|
+
|
|
6
|
+
## Installation
|
|
7
|
+
|
|
8
|
+
```sh
|
|
9
|
+
npm install @zthun/helpful-internet
|
|
10
|
+
yarn add @zthun/helpful-internet
|
|
11
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zthun/helpful-internet",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Helpful objects that represents internet base entities",
|
|
5
5
|
"author": "Anthony Bonta",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@zthun/helpful-fn": "^
|
|
22
|
+
"@zthun/helpful-fn": "^3.0.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"microbundle": "^0.15.1",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
31
|
"sideEffects": false,
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "efd821e16fd4e87a411d3a924b40a2309030539c"
|
|
33
33
|
}
|