Skip to content

Commit

Permalink
move files to dist dir, publish 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi committed Sep 18, 2019
1 parent fb695c4 commit 5a40d48
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@ewsjs/xhr",
"version": "1.4.1",
"version": "1.4.2",
"description": "alternate XHR methods for ewsjs",
"main": "src/index.js",
"main": "dist/index.js",
"scripts": {
"test": "mocha ./test/ --exit"
},
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/gautamsi/ews-javascript-api-auth",
"author": "Gautam Singh (@gautamsi)",
"license": "MIT",
"typings": "src/index.d.ts",
"typings": "dist/index.d.ts",
"dependencies": {
"@ewsjs/ntlm-client": "^1.0.0",
"bluebird": "^3.4.6",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"declaration": true,
"stripInternal": true,
"removeComments": false,
"outDir": "dist",
"lib": [
"es2015", "dom"
]
},
"exclude": [
"dist",
"node_modules"
]
}

0 comments on commit 5a40d48

Please sign in to comment.