Skip to content

Commit

Permalink
Merge 862e417 into 0a4631b
Browse files Browse the repository at this point in the history
  • Loading branch information
FWeinb committed Jun 6, 2015
2 parents 0a4631b + 862e417 commit 2796bac
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 181 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"safe-wipe": "0.*",
"sass-convert": "^0.5.0",
"sassdoc-theme-default": "^2.3.4",
"scss-comment-parser": "^0.6.0",
"scss-comment-parser": "^0.7.0",
"strip-indent": "^1.0.1",
"through2": "^0.6.3",
"update-notifier": "^0.3.0",
Expand Down
2 changes: 2 additions & 0 deletions src/annotation/annotations/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ export default function access(env) {
},

multiple: false,

overwritePoster: true
};
}
2 changes: 2 additions & 0 deletions src/annotation/annotations/author.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ export default function author() {
parse(text) {
return text.trim();
},

overwritePoster: true
};
}

0 comments on commit 2796bac

Please sign in to comment.