Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "webdav", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -10,2 +10,3 @@ "main": "dist/index.js", | ||
"prepare": "npm run build", | ||
"pub": "np", | ||
"test": "npm run test:lint && npm run test:unit", | ||
@@ -15,2 +16,7 @@ "test:lint": "eslint source/ && eslint test/specs/", | ||
}, | ||
"files": [ | ||
"dist/", | ||
"test/server/", | ||
"*.md" | ||
], | ||
"repository": { | ||
@@ -53,2 +59,3 @@ "type": "git", | ||
"mocha": "^3.1.0", | ||
"np": "~2.20.1", | ||
"prettier": "~1.5.3", | ||
@@ -55,0 +62,0 @@ "rimraf": "~2.6.1", |
10
48875
19
22
668