Skip to content

Commit 0756ee9

Browse files
author
Dimitri Kopriwa
committed
feat(greenkeeper): added greenkeeper and updated all deps
1 parent 0056461 commit 0756ee9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:dist:watch": "rollup -c --watch",
2626
"build:lib:watch": "npm run build:lib -- --watch",
2727
"test": "npm run lint && npm run test:web",
28-
"test:web": "NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage",
28+
"test:web": "NODE_ENV=test jest --coverage",
2929
"test:clean": "rimraf ./coverage",
3030
"test:watch": "npm run test -- --watch",
3131
"lint": "eslint src",
@@ -45,12 +45,6 @@
4545
"bugs": {
4646
"url": "https://github.com/bootstrap-styled/motion/issues"
4747
},
48-
"files": [
49-
"LICENSE.md",
50-
"dist",
51-
"lib",
52-
"src"
53-
],
5448
"keywords": [
5549
"bootstrap-styled",
5650
"styled-components",
@@ -236,6 +230,11 @@
236230
"testRegex": "tests/.*\\.test\\.js$",
237231
"testResultsProcessor": "jest-sonar-reporter"
238232
},
233+
"jestSonar": {
234+
"reportPath": "reports",
235+
"reportFile": "test-report.xml",
236+
"indent": 2
237+
},
239238
"lint-staged": {
240239
"*.js": [
241240
"eslint --fix",

0 commit comments

Comments
 (0)