Skip to content

Commit 5e442b0

Browse files
committed
Updated package.json
1 parent 98b702f commit 5e442b0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/tracing/package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@
1818
"preversion": "npm run lint",
1919
"version": "npm run format && git add -A src",
2020
"postversion": "git push && git push --tags",
21-
"package": "mkdir -p dist/ && npm pack && mv *.tgz dist/",
22-
"example:hello-world": "ts-node examples/hello-world.ts",
23-
"example:capture-lambda-handler-response-decorator": "ts-node examples/capture-lambda-handler-response-decorator.ts",
24-
"example:capture-lambda-handler-error-decorator": "ts-node examples/capture-lambda-handler-error-decorator.ts",
25-
"example:capture-clients": "ts-node examples/capture-clients.ts"
21+
"package": "mkdir -p dist/ && npm pack && mv *.tgz dist/"
2622
},
2723
"homepage": "https://github.com/awslabs/aws-lambda-powertools-typescript/tree/master/packages/tracer#readme",
28-
"license": "MIT",
24+
"license": "MIT-0",
2925
"main": "./lib/index.js",
3026
"types": "./lib/index.d.ts",
3127
"devDependencies": {
@@ -58,4 +54,4 @@
5854
"@middy/core": "^2.5.3",
5955
"aws-xray-sdk-core": "^3.3.3"
6056
}
61-
}
57+
}

0 commit comments

Comments
 (0)