Skip to content

Commit 0228998

Browse files
committed
Fix trailing comma in package.json
1 parent 19b052a commit 0228998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepublish": "npm run lint && npm run flow && npm run test && npm run build",
2727
"pretest": "npm run lint:fix && npm run flow",
2828
"test:ci": "npm test -- --ci --runInBand",
29-
"test": "jest --coverage __tests__/**/*",
29+
"test": "jest --coverage __tests__/**/*"
3030
},
3131
"devDependencies": {
3232
"babel-cli": "^6.14.0",
@@ -78,4 +78,4 @@
7878
"<rootDir>/__tests__/__util__"
7979
]
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)