Skip to content

Commit 9187409

Browse files
🎨 style(package.json): Run fixpack.
1 parent b4f8b9b commit 9187409

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,15 @@
127127
"scripts": {
128128
"build": "babel --delete-dir-on-start --env-name production src -d lib",
129129
"cover": "nyc --reporter=lcov npm test",
130+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
130131
"esdoc": "esdoc",
132+
"lint": "xo",
131133
"prepare": "npm run build",
132134
"release": "np",
133135
"test": "ava",
134-
"lint": "xo",
135-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
136136
"travis": "npm run lint && npm run cover"
137137
},
138+
"sideEffects": false,
138139
"xo": {
139140
"prettier": true,
140141
"ignore": [
@@ -164,6 +165,5 @@
164165
}
165166
}
166167
]
167-
},
168-
"sideEffects": false
168+
}
169169
}

0 commit comments

Comments
 (0)