Skip to content

Commit

Permalink
adding tests to distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jan 12, 2016
1 parent 0303542 commit b3cea78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Disables verification for duplicate header or footer.
By default, the header is added when it is not found within the `text`, or when there are non-empty symbols that precede it.
Accordingly, the footer is added when it is not found within the `text`, or when there are non-empty symbols that follow it.

Enabling this option is effectively switching off most of what this library does, which may yet be required when processing
Enabling this option is effectively switching off most of what this library does, which may be needed when processing
files in a bulk requires no verification for certain file types.

##### options.unique ⇒ Boolean
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "text-wrap",
"version": "0.0.2",
"version": "0.0.3",
"description": "Fast and efficient way to wrap your text with a header + footer.",
"scripts": {
"test": "jasmine-node test",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"travis": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"files": [
"index.js"
"index.js",
"test"
],
"dependencies": {
},
Expand Down

0 comments on commit b3cea78

Please sign in to comment.