Skip to content

Commit c7ac6e2

Browse files
author
Benjamin Coe
committed
fix: upgrade to version of nyc that works with new shelljs
1 parent 9956837 commit c7ac6e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"chai": "^3.5.0",
4343
"coveralls": "^2.11.9",
4444
"mocha": "^2.4.5",
45-
"nyc": "^6.4.1",
46-
"shelljs": "0.6.0",
45+
"nyc": "^6.4.2",
46+
"shelljs": "^0.7.0",
4747
"standard": "^6.0.8"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)