Skip to content

Commit

Permalink
fix(cli): remove files property from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Jan 15, 2024
1 parent 13d879f commit 5c544c6
Show file tree
Hide file tree
Showing 5 changed files with 5,541 additions and 7,894 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
analyze:
name: Analyze
name: analyze
runs-on: ubuntu-22.04
permissions:
actions: read
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["javascript", "typeScript"]
language: ["javascript-typescript"]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

steps:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tmp/
artifacts/
cache/
package-lock.json
pnpm-lock.yaml
**/package-lock.json
CHANGELOG.md
CODEOWNERS
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"maci-cli": "./build/ts/index.js"
},
"files": [
"package.json"
"build"
],
"scripts": {
"watch": "tsc --watch",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@zk-kit/baby-jubjub": "^0.1.1",
"@zk-kit/eddsa-poseidon": "^0.5.1",
"@zk-kit/poseidon-cipher": "^0.1.1",
"big-integer": "^1.6.52",
"ethers": "^6.9.2",
"optimisedmt": "^0.0.9"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"big-integer": "^1.6.52",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
Loading

0 comments on commit 5c544c6

Please sign in to comment.