Skip to content

Commit 6f1bc89

Browse files
authored
chore: explicit update to dependencies (#100)
1 parent eeb3328 commit 6f1bc89

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@
1010
],
1111
"dependencies": {
1212
"find-up": "^2.1.0",
13-
"istanbul-lib-instrument": "^1.6.2",
13+
"istanbul-lib-instrument": "^1.7.0",
1414
"test-exclude": "^4.0.3"
1515
},
1616
"devDependencies": {
1717
"babel-cli": "^6.18.0",
18-
"babel-core": "^6.21.0",
18+
"babel-core": "^6.24.0",
1919
"babel-preset-es2015": "^6.18.0",
20+
"babel-register": "^6.24.0",
2021
"chai": "^3.5.0",
2122
"coveralls": "^2.11.16",
2223
"cross-env": "^3.1.4",
2324
"mocha": "^3.2.0",
2425
"nyc": "^10.0.0",
2526
"pmock": "^0.2.3",
26-
"standard": "^8.6.0",
27+
"standard": "^9.0.2",
2728
"standard-version": "^4.0.0"
2829
},
2930
"scripts": {
@@ -55,7 +56,7 @@
5556
"fixtures/should-cover.js"
5657
],
5758
"require": [
58-
"babel-core/register"
59+
"babel-register"
5960
],
6061
"sourceMap": false,
6162
"instrument": false

test/babel-plugin-istanbul.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('babel-plugin-istanbul', function () {
4343
]
4444
})
4545
args[0].should.equal(path.resolve('./fixtures/plugin-should-cover.js'))
46-
args[1].statementMap.should.exist
46+
args[1].statementMap.should.exist // eslint-disable-line
4747
})
4848
})
4949

0 commit comments

Comments
 (0)