Skip to content

Commit fd7c981

Browse files
Merge pull request #3 from DataDog/darcy.rayner/fix-npm-package-index
Correctly point to index folder
2 parents 1f5c4db + 123ade0 commit fd7c981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "serverless-plugin-datadog",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Serverless plugin to automatically instrument python and node functions with datadog tracing",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"repository": "https://github.com/DataDog/serverless-plugin-datadog",
77
"author": "Datadog",
88
"license": "Apache-2.0",

scripts/publish_prod.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)