Skip to content

Commit 44fc320

Browse files
committedFeb 13, 2017
add source-map as dev-dependency since requires for tests
1 parent 7b8632a commit 44fc320

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@
3636
"rules": {
3737
"no-duplicate-case": 2,
3838
"no-undef": 2,
39-
"no-unused-vars": [2, {"vars": "all", "args": "after-used"}]
39+
"no-unused-vars": [
40+
2,
41+
{
42+
"vars": "all",
43+
"args": "after-used"
44+
}
45+
]
4046
}
4147
},
4248
"scripts": {
@@ -61,6 +67,7 @@
6167
"istanbul": "^0.4.2",
6268
"jscs": "~2.10.0",
6369
"mocha": "~2.4.2",
70+
"source-map": "^0.5.6",
6471
"uglify-js": "^2.6.1"
6572
},
6673
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.