Skip to content

Commit

Permalink
Updated info
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvkr committed Sep 18, 2020
1 parent 2a09e2d commit 6d8ea57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "hooks-by-ruvkr",
"version": "0.1.0",
"private": true,
"private": false,
"description": "Custom react hooks I have created while working on my projects...",
"repository": {
"type": "git",
"url": "https://github.com/ruvkr/hooks-by-ruvkr.git"
},
"homepage": "https://github.com/ruvkr/hooks-by-ruvkr.git",
"main": "src/hooks",
"files": [
"src/hooks/*"
],
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
Expand Down Expand Up @@ -37,11 +47,6 @@
"hooks by ruvkr",
"ruvkr"
],
"repository": {
"type": "git",
"url": "https://github.com/ruvkr/hooks-by-ruvkr.git"
},
"description": "Custom react hooks I have created while working on my projects...",
"devDependencies": {
"framer-motion": "^2.6.13",
"polished": "^3.6.6",
Expand Down
2 changes: 2 additions & 0 deletions src/hooks/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const test = 'test';
export default test;

0 comments on commit 6d8ea57

Please sign in to comment.