Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Adjust package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 15, 2019
1 parent 0c996a6 commit 6cf3665
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@
"fixturify": "^0.2",
"fs-extra": "^0.30",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"rewire": "^2.5",
"test-console": "^1"
},
"scripts": {
"lint": "eslint bin/brunch lib test",
"test": "NODE_ENV=test || set NODE_ENV=test npx mocha --timeout=20s --ignore 'test/_*.js'",
"test:coverage": "LOGGY_STACKS=1 nyc ava -s && nyc report --reporter=html"
"test": "NODE_ENV=test || set NODE_ENV=test npx mocha --timeout=20s --ignore 'test/_*.js'"
},
"keywords": [
"assembler",
Expand All @@ -65,8 +63,6 @@
"vue",
"grunt",
"gulp",
"backbone",
"ember",
"angular",
"react",
"html5"
Expand All @@ -77,16 +73,6 @@
"bugs": "https://github.com/brunch/brunch/issues",
"license": "MIT",
"eslintConfig": {
"extends": "brunch",
"env": {
"node": true,
"mocha": true
},
"rules": {
"func-names": [
2,
"never"
]
}
"extends": "brunch"
}
}

0 comments on commit 6cf3665

Please sign in to comment.