From f33c97f5ca5d57a0bb5c1ed156ad600a9441909b Mon Sep 17 00:00:00 2001 From: Kamil Szostak Date: Fri, 29 Jul 2016 09:51:06 -0700 Subject: [PATCH] remove unwanted file from npm package --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 90fb2c9c..7fd5ab1b 100644 --- a/.npmignore +++ b/.npmignore @@ -15,5 +15,6 @@ Tests *.js.map *.d.ts .travis.yml +.ntvs_analysis.dat Declarations \ No newline at end of file diff --git a/package.json b/package.json index 06c7fcc4..4c807ab6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "applicationinsights", "license": "MIT", "bugs": "https://github.com/Microsoft/ApplicationInsights-node.js/issues", - "version": "0.15.16", + "version": "0.15.18", "description": "Microsoft Application Insights module for Node.JS", "repository": { "type": "git",