Skip to content

Commit

Permalink
Use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnisi committed Dec 22, 2016
1 parent 0e9772d commit bc8b220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions example.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

// example - compare single stream with five concurrent streams

const assert = require('assert')
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use-strict'
'use strict'

// speculum - transform concurrently

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speculum",
"version": "3.0.0",
"version": "3.0.1",
"description": "Concurrent transform streams",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bc8b220

Please sign in to comment.