Skip to content

Commit

Permalink
Removed XO
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Mar 19, 2017
1 parent 4b7f48f commit 94068ea
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,18 @@
"index.js"
],
"scripts": {
"test": "xo && mocha test/index.js",
"test": "mocha test/index.js",
"test-browser": "serve ./test"
},
"license": "MIT",
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "3.0.2",
"serve": "5.0.4",
"xo": "0.18.0"
},
"component": {
"scripts": {
"ms/index.js": "index.js"
}
},
"xo": {
"space": true,
"semicolon": false,
"envs": [
"mocha"
],
"rules": {
"complexity": 0
}
}
}

0 comments on commit 94068ea

Please sign in to comment.