|
18 | 18 | "vue jest preprocessor"
|
19 | 19 | ],
|
20 | 20 | "scripts": {
|
21 |
| - "format": "prettier --no-semi --single-quote --write \"**/*.{js,json,md}\"", |
22 |
| - "format:check": "prettier --no-semi --single-quote --check \"**/*.{js,json,md}\"", |
23 |
| - "lint": "eslint --ignore-path .gitignore \"{,!(node_modules)/**/}*.js\"", |
24 |
| - "lint:fix": "yarn lint --fix", |
25 | 21 | "release": "semantic-release",
|
26 |
| - "test": "yarn lint && yarn format:check && yarn test:e2e", |
27 |
| - "test:e2e": "node e2e/test-runner" |
| 22 | + "test": "echo \"There are no unit tests yet. Run e2e/2.x/ tests instead.\"" |
28 | 23 | },
|
29 | 24 | "author": "Edd Yerburgh",
|
30 | 25 | "license": "MIT",
|
|
34 | 29 | "@vue/test-utils": "^1.1.0",
|
35 | 30 | "babel-core": "^7.0.0-bridge.0",
|
36 | 31 | "babel-jest": "^23.6.0",
|
37 |
| - "coffeescript": "^2.3.2", |
38 | 32 | "conventional-changelog": "^1.1.5",
|
39 |
| - "eslint": "^5.12.0", |
40 |
| - "eslint-config-prettier": "^3.3.0", |
41 |
| - "eslint-config-standard": "^12.0.0", |
42 |
| - "eslint-plugin-import": "^2.14.0", |
43 |
| - "eslint-plugin-node": "^8.0.0", |
44 |
| - "eslint-plugin-promise": "^4.0.1", |
45 |
| - "eslint-plugin-standard": "^4.0.0", |
46 |
| - "eslint-plugin-vue": "^5.1.0", |
47 |
| - "fs-extra": "^7.0.1", |
48 |
| - "hamljs": "^0.6.2", |
49 |
| - "husky": "^1.1.4", |
50 |
| - "jade": "^1.11.0", |
51 | 33 | "jest": "^26.0.0",
|
52 |
| - "less": "^3.9.0", |
53 |
| - "lint-staged": "^8.0.5", |
54 |
| - "prettier": "^1.16.1", |
55 |
| - "pug": "^3.0.1", |
56 |
| - "sass": "^1.23.7", |
57 | 34 | "semantic-release": "^15.13.2",
|
58 |
| - "stylus": "^0.54.5", |
59 | 35 | "ts-jest": "^26.3.0",
|
60 | 36 | "typescript": "^3.2.2",
|
61 | 37 | "vue": "^2.4.2",
|
|
0 commit comments