We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1255386 commit d0c41f0Copy full SHA for d0c41f0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xo",
3
- "version": "1.0.1",
+ "version": "1.0.3",
4
"description": "JavaScript/TypeScript linter (ESLint wrapper) with great defaults",
5
"license": "MIT",
6
"repository": "xojs/xo",
@@ -25,11 +25,10 @@
25
"build:watch": "tsc --watch",
26
"clean": "rm -rf dist",
27
"lint": "node dist/cli.js",
28
- "prepare": "husky",
+ "prepare": "npm run build",
29
"release": "np",
30
"test": "npm run build && npm run lint && npm run test:setup && ava",
31
- "test:setup": "node scripts/setup-tests",
32
- "prepare": "npm run build"
+ "test:setup": "node scripts/setup-tests"
33
},
34
"files": [
35
"dist/lib/*.js",
0 commit comments