Skip to content

Commit

Permalink
Move files and add files field
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed May 7, 2024
1 parent 72a2ab2 commit 58e99d3
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/eth-rpc-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"eth",
"rpc"
],
"files": [
"dist",
"src"
],
"main": "dist/index.js",
"bugs": "https://github.com/bloq/eth-packages/issues",
"license": "MIT",
"author": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/eth-rpc-cache/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import sinon from 'sinon'

chai.use(chaiAsPromised).should()

import { errors } from '../error'
import { createEthRpcCache } from '../index'
import { errors } from '../src/error'
import { createEthRpcCache } from '../src/index'

const getJsonResponse = result =>
Promise.resolve({
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-cache/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowJs": false,
"baseUrl": "./",
"baseUrl": "./src",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
Expand Down

0 comments on commit 58e99d3

Please sign in to comment.