You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,25 +50,12 @@ You may use [polyfills](https://www.npmjs.com/package/core-js) for `Set` and com
50
50
51
51
## NPM package
52
52
53
-
This library is hosted on [GitHub Packages](https://docs.github.com/en/packages). To install it using NPM, you should have an `.npmrc` file next to your `package.json` with the following content:
53
+
This library is not hosted on npmjs.com, but you can use [GitHub URL](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#github-urls) as a dependency, e.g.:
And include `hull` library as a dependency to your `package.json`:
61
-
62
-
```
63
-
"@andriiheonia/hull": "^1.0.8"
64
-
```
65
-
66
-
For more details see [GitHub instruction](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package).
67
-
68
-
If for some reason you don't want to use GitHub Packages, you can use [GitHub URL](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#github-urls) as a dependency, e.g.:
69
-
70
-
```
71
-
"@andriiheonia/hull": "andriiheonia/hull"
56
+
"dependencies": {
57
+
"hull.js": "andriiheonia/hull"
58
+
}
72
59
```
73
60
74
61
## Development
@@ -104,8 +91,8 @@ If you want to get involved with Hull.js development, just use <a href="https://
104
91
<details>
105
92
<summary>Expand</summary>
106
93
107
-
### 1.0.8 - 09.05.2024
108
-
-Migrate from [npmjs registry](https://docs.npmjs.com/cli/v10/using-npm/registry) to [GitHub Packages](https://docs.github.com/en/packages).
94
+
### 1.0.8 - 31.05.2024
95
+
-Deprecate library on [npmjs registry](https://docs.npmjs.com/cli/v10/using-npm/registry).
109
96
### 1.0.7 - 03.05.2024
110
97
This release squashes former 1.0.3, 1.0.4, 1.0.5 and 1.0.6 releases into one reasonable commit with the following minor changes:
111
98
- Fix issue with formatting when users pass less than 4 points as an input.
0 commit comments