Skip to content

Commit

Permalink
revert aztec.js package.json switch
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-aztec committed Sep 6, 2023
1 parent 7d9674c commit a2d9a5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions yarn-project/aztec.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"exports": {
"node": "./dest/index.js",
"import": "./dest/index.js",
"default": "./dest/main.js"
"default": "./dest/main.js",
"import": "./dest/index.js"
},
"typedocOptions": {
"entryPoints": [
Expand Down Expand Up @@ -43,7 +43,6 @@
"@aztec/types": "workspace:^",
"lodash.every": "^4.6.0",
"lodash.partition": "^4.6.0",
"lodash.zip": "^4.2.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand All @@ -52,7 +51,6 @@
"@types/jest": "^29.5.0",
"@types/lodash.every": "^4.6.7",
"@types/lodash.partition": "^4.6.0",
"@types/lodash.zip": "^4.2.7",
"@types/node": "^18.7.23",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
Expand Down

0 comments on commit a2d9a5e

Please sign in to comment.