@atproto/xrpc
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@atproto/xrpc", | ||
"version": "0.0.2", | ||
"main": "src/index.ts", | ||
"version": "0.0.3", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -13,3 +13,7 @@ "prettier": "prettier --check src/", | ||
"build": "node ./build.js", | ||
"postbuild": "tsc --build tsconfig.build.json" | ||
"postbuild": "tsc --build tsconfig.build.json", | ||
"update-main-to-dist": "node ./update-pkg.js --update-main-to-dist", | ||
"update-main-to-src": "node ./update-pkg.js --update-main-to-src", | ||
"prepublish": "npm run update-main-to-dist", | ||
"postpublish": "npm run update-main-to-src" | ||
}, | ||
@@ -16,0 +20,0 @@ "license": "MIT", |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"rootDir": "./src", | ||
"outDir": "./dist", // Your outDir, | ||
@@ -5,0 +6,0 @@ "emitDeclarationOnly": true |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
424795
18
4756