Skip to content

Commit 0553d4a

Browse files
committed
docs: add deprecation notice to preinstall
1 parent 2d68591 commit 0553d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"release:note": "node build/gen-release-note.js",
2222
"test": "npm run lint && ./test.sh",
2323
"unit": "./test.sh",
24-
"unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
24+
"unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage",
25+
"preinstall": "echo jest-vue has been renamed to vue-jest. Please install vue-jest for the latest version"
2526
},
2627
"author": "Edd Yerburgh",
2728
"license": "MIT",

0 commit comments

Comments
 (0)