Skip to content

Commit

Permalink
chore(core): publish a declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Dec 7, 2023
1 parent 477368c commit 0ae724b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 0 additions & 8 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
"version": "1.1.2",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test-processMessage": "ts-mocha --exit ts/__tests__/ProcessMessage.test.ts",
"test-maciState": "ts-mocha --exit ts/__tests__/MaciState.test.ts",
"test": "ts-mocha --exit ts/__tests__/*.test.ts"
},
"_moduleAliases": {
"@maci-contracts": "../contracts"
},
"dependencies": {
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"module-alias": "^2.2.2"
"maci-domainobjs": "^1.1.2"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down

0 comments on commit 0ae724b

Please sign in to comment.