book-source 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -204,7 +204,7 @@ StructuredDocument.prototype.autoTitle = function() {
204
204
 
205
205
 
206
206
 
207
- StructuredDocument.prototype.getText = function( parts ) { //= this.parts ) {
207
+ StructuredDocument.prototype.getText = function( parts = this.parts ) {
208
208
  var str = '' ;
209
209
 
210
210
  for ( let part of parts ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "book-source",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A lightweight markup language, inspired by Markdown.",
5
5
  "main": "lib/book-source.js",
6
6
  "directories": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "array-kit": "^0.2.6",
11
11
  "palette-shade": "^0.1.3",
12
- "string-kit": "^0.18.0"
12
+ "string-kit": "^0.18.2"
13
13
  },
14
14
  "scripts": {
15
15
  "test": "tea-time -R dot"