**1.1.1** - Include the `src` directory in the npm package.
parent
054c0625cb
commit
1f21f4483d
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue