Skip to content

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Mar 22, 2024
1 parent 45f06b8 commit 80c99c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"files": [
"dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": false,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": ".",
Expand All @@ -30,4 +30,4 @@
"src/**/*.stories.tsx",
"node_modules"
]
}
}

0 comments on commit 80c99c6

Please sign in to comment.