Skip to content

Commit d0c41f0

Browse files
committed
1.0.3
1 parent 1255386 commit d0c41f0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xo",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "JavaScript/TypeScript linter (ESLint wrapper) with great defaults",
55
"license": "MIT",
66
"repository": "xojs/xo",
@@ -25,11 +25,10 @@
2525
"build:watch": "tsc --watch",
2626
"clean": "rm -rf dist",
2727
"lint": "node dist/cli.js",
28-
"prepare": "husky",
28+
"prepare": "npm run build",
2929
"release": "np",
3030
"test": "npm run build && npm run lint && npm run test:setup && ava",
31-
"test:setup": "node scripts/setup-tests",
32-
"prepare": "npm run build"
31+
"test:setup": "node scripts/setup-tests"
3332
},
3433
"files": [
3534
"dist/lib/*.js",

0 commit comments

Comments
 (0)