Skip to content

Commit

Permalink
remove ticks from echoed JSON (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat authored Feb 18, 2023
1 parent c6405eb commit 1ee43ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-native": "./dist/esm/src/index.js",
"scripts": {
"build:esm": "tsc",
"build:cjs": "tsc --project tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"build:cjs": "tsc --project tsconfig.cjs.json && echo {\"type\": \"commonjs\"} > ./dist/cjs/package.json",
"build": "npm-run-all -l clean compile-validators -p build:esm build:cjs bundle",
"bundle": "node ./build/create-browser-bundle.cjs",
"clean": "rimraf dist && rimraf generated/*",
Expand Down Expand Up @@ -131,4 +131,4 @@
"url": "https://github.com/TBD54566975/dwn-sdk-js/issues"
},
"homepage": "https://github.com/TBD54566975/dwn-sdk-js#readme"
}
}

0 comments on commit 1ee43ef

Please sign in to comment.