No need to parse source maps for ignored call sites.

This commit is contained in:
Julien Fontanet
2015-10-16 09:42:16 +02:00
parent 6b5f36fb7e
commit ea5736947d
2 changed files with 5 additions and 4 deletions

View File

@@ -120,7 +120,8 @@
"lint": "standard",
"prepublish": "npm run build",
"start": "node bin/xo-server",
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts \"dist/**/*.spec.js\""
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\"",
"posttest": "npm run lint && dependency-check ./package.json"
},
"standard": {
"ignore": [