Skip to content

Commit

Permalink
remove package.source and source maps from serum lib (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
wentokay committed May 1, 2022
1 parent 5063f48 commit 213e2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/serum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "MIT",
"repository": "project-serum/serum-ts",
"main": "lib/index.js",
"source": "src/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -58,4 +57,4 @@
"not op_mini all",
"maintained node versions"
]
}
}
3 changes: 1 addition & 2 deletions packages/serum/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"declaration": true,
"declarationMap": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"sourceMap": true
"resolveJsonModule": true
},
"include": ["./src/**/*"],
"exclude": ["./src/**/*.test.js", "node_modules", "**/node_modules"]
Expand Down

0 comments on commit 213e2e4

Please sign in to comment.