**1.1.1** - Include the `src` directory in the npm package.

master
Tudor Stanciu 2023-11-05 23:47:37 +02:00
parent 054c0625cb
commit 1f21f4483d
3 changed files with 6 additions and 4 deletions

View File

@ -30,4 +30,5 @@ All tests in the package can be executed by running: `npm test`.
**1.0.0** - This version includes the initial version of react-hooks package.
**1.0.1** - Small changes related to appearance (domain and readme updates).
**1.1.0** - The project was migrated to TypeScript, and unit testing using Jest was added to it.
**1.1.0** - The project was migrated to TypeScript, and unit testing using Jest was added to it.
**1.1.1** - Include the `src` directory in the npm package.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@flare/react-hooks",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@flare/react-hooks",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^12.1.5",

View File

@ -1,6 +1,6 @@
{
"name": "@flare/react-hooks",
"version": "1.1.0",
"version": "1.1.1",
"description": "react-hooks is an npm package that brings together multiple react hooks useful both in the development of the ecosystem in my home lab and for the general public.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
@ -44,6 +44,7 @@
"homepage": "https://lab.code-rove.com/gitea/bricks/react-hooks#readme",
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],