Skip to content

Commit

Permalink
perf([email protected]): exclude *.test.* from package
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 28, 2023
1 parent 26f7f10 commit 3327404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrt/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@fadroma/scrt",
"version": "11.0.0-rc.18",
"version": "11.0.0-rc.19",
"type": "module",
"main": "scrt.ts",
"files": [ "*.ts" ],
"files": [ "*.ts", "!*.test.*" ],
"description": "Fadroma support for Secret Network. Provides a SecretJS-based implementation of the base classes in @fadroma/agent to operate smart contracts on the Secret Network.",
"dependencies": {
"@fadroma/agent": "workspace:*",
Expand Down

0 comments on commit 3327404

Please sign in to comment.