Skip to content

Commit

Permalink
add source-map as dev-dependency since requires for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 13, 2017
1 parent 7b8632a commit 44fc320
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
"rules": {
"no-duplicate-case": 2,
"no-undef": 2,
"no-unused-vars": [2, {"vars": "all", "args": "after-used"}]
"no-unused-vars": [
2,
{
"vars": "all",
"args": "after-used"
}
]
}
},
"scripts": {
Expand All @@ -61,6 +67,7 @@
"istanbul": "^0.4.2",
"jscs": "~2.10.0",
"mocha": "~2.4.2",
"source-map": "^0.5.6",
"uglify-js": "^2.6.1"
},
"engines": {
Expand Down

0 comments on commit 44fc320

Please sign in to comment.