**1.1.1** - Include the `src` directory in the npm package.
parent
054c0625cb
commit
1f21f4483d
|
@ -31,3 +31,4 @@ 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.0** - This version includes the initial version of react-hooks package.
|
||||||
**1.0.1** - Small changes related to appearance (domain and readme updates).
|
**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.
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@flare/react-hooks",
|
"name": "@flare/react-hooks",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@flare/react-hooks",
|
"name": "@flare/react-hooks",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flare/react-hooks",
|
"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.",
|
"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",
|
"main": "./dist/cjs/index.js",
|
||||||
"module": "./dist/esm/index.js",
|
"module": "./dist/esm/index.js",
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
"homepage": "https://lab.code-rove.com/gitea/bricks/react-hooks#readme",
|
"homepage": "https://lab.code-rove.com/gitea/bricks/react-hooks#readme",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
"src",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue