Skip to content

Commit

Permalink
Merge pull request #3 from DataDog/darcy.rayner/fix-npm-package-index
Browse files Browse the repository at this point in the history
Correctly point to index folder
  • Loading branch information
DarcyRaynerDD authored Aug 28, 2019
2 parents 1f5c4db + 123ade0 commit fd7c981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "serverless-plugin-datadog",
"version": "0.1.0",
"version": "0.2.0",
"description": "Serverless plugin to automatically instrument python and node functions with datadog tracing",
"main": "index.js",
"main": "dist/index.js",
"repository": "https://github.com/DataDog/serverless-plugin-datadog",
"author": "Datadog",
"license": "Apache-2.0",
Expand Down
Empty file modified scripts/publish_prod.sh
100644 → 100755
Empty file.

0 comments on commit fd7c981

Please sign in to comment.