Skip to content

Commit 32d22bf

Browse files
committed
Prettier package.json
1 parent d9e49b5 commit 32d22bf

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

package.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,14 @@
44
"version": "2.1.3",
55
"license": "MIT",
66
"main": "commonjs/index.js",
7-
"files": [
8-
"*.js",
9-
"*.md",
10-
"umd",
11-
"commonjs"
12-
],
7+
"files": ["*.js", "*.md", "umd", "commonjs"],
138
"repository": {
149
"type": "git",
1510
"url": "https://github.com/ctrlplusb/npm-library-starter.git"
1611
},
1712
"homepage": "https://github.com/ctrlplusb/npm-library-starter#readme",
1813
"author": "Sean Matheson <[email protected]>",
19-
"keywords": [
20-
"library"
21-
],
14+
"keywords": ["library"],
2215
"scripts": {
2316
"build": "babel-node ./tools/scripts/build.js",
2417
"check": "npm run test",
@@ -32,18 +25,13 @@
3225
"test:coverage:deploy": "npm run test:coverage && codecov"
3326
},
3427
"jest": {
35-
"collectCoverageFrom": [
36-
"src/**/*.{js,jsx}"
37-
],
28+
"collectCoverageFrom": ["src/**/*.{js,jsx}"],
3829
"testPathIgnorePatterns": [
3930
"<rootDir>/(commonjs|coverage|node_modules|tools|umd)/"
4031
]
4132
},
4233
"lint-staged": {
43-
"*.js": [
44-
"prettier-eslint --write",
45-
"git add"
46-
]
34+
"*.js": ["prettier-eslint --write \"src/**/*\"", "git add"]
4735
},
4836
"dependencies": {
4937
"invariant": "^2.2.2"

0 commit comments

Comments
 (0)