Skip to content

Commit 3147101

Browse files
authored
Merge pull request #232 from SparkPost/upgrade-eslint
Locking eslint-config-sparkpost for builds to pass
2 parents 0167f56 + c358b9b commit 3147101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before using this library, you must have:
2121
npm install sparkpost
2222
```
2323

24-
*Note: Node.js versions 0.10 and 0.12 are no longer supported. For versions < 4, please continue using [sparkpost v1.3.8](https://github.com/SparkPost/node-sparkpost/tree/1.3.8)*
24+
*Note: Node.js versions 0.10 and 0.12 are no longer supported.*
2525

2626
## Initialization
2727
**new SparkPost(apiKey[, options])** - Initialization

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"chai-as-promised": "^6.0.0",
3232
"coveralls": "^2.11.15",
3333
"eslint": "^3.12.2",
34-
"eslint-config-sparkpost": "^1.3.1",
34+
"eslint-config-sparkpost": "1.3.1",
3535
"istanbul": "^0.4.5",
3636
"mocha": "^3.2.0",
3737
"nock": "^9.0.0",

0 commit comments

Comments
 (0)