Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit ee68548

Browse files
committed
Fix typo in site
1 parent 05a041e commit ee68548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var deployFromDir = function(site, dir, draft, cb) {
8181
type: "post",
8282
body: JSON.stringify({
8383
files: filesWithShas,
84-
draft:
84+
draft: draft
8585
})
8686
}, function(err, data) {
8787
if (err) return cb(err);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "BitBalloon",
33
"name": "bitballoon",
44
"description": "BitBalloon API client",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"repository": {
77
"url": ""
88
},

0 commit comments

Comments
 (0)