Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseartic committed Jun 4, 2022
1 parent 272cea6 commit a6140c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "stellar-resolve-claimant-predicates",
"version": "2.0.7",
"version": "2.0.8",
"description": "Evaluate stellar claimant predicates",
"type": "module",
"types": "evalPredicates.d.ts",
"main": "evalPredicates.ts",
"types": "dist/evalPredicates.d.ts",
"main": "dist/evalPredicates.js",
"scripts": {
"build": "npm run compile && npm run test",
"clean": "rm -rf dist",
Expand Down

0 comments on commit a6140c4

Please sign in to comment.