|
1 | 1 | { |
2 | 2 | "name": "postcss-modules-local-by-default", |
3 | | - "version": "4.0.0-rc.0", |
| 3 | + "version": "4.0.0-rc.1", |
4 | 4 | "description": "A CSS Modules transform to make local scope the default", |
5 | 5 | "main": "src/index.js", |
6 | 6 | "author": "Mark Dalgleish", |
|
26 | 26 | "eslint": "eslint --ignore-path .gitignore .", |
27 | 27 | "lint": "yarn eslint && yarn prettier", |
28 | 28 | "pretest": "yarn lint", |
29 | | - "test": "tape test/index.js", |
30 | | - "autotest": "chokidar src/index.js test/test.js -c 'yarn test'", |
31 | | - "cover": "istanbul cover test/index.js", |
32 | | - "ci": "yarn pretest && yarn cover", |
| 29 | + "test": "jest", |
| 30 | + "test:only": "jest", |
| 31 | + "test:watch": "jest --watch", |
| 32 | + "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"", |
| 33 | + "test:ci": "yarn pretest && yarn cover", |
33 | 34 | "prepublishOnly": "yarn test" |
34 | 35 | }, |
35 | 36 | "dependencies": { |
36 | | - "icss-utils": "^4.1.1", |
| 37 | + "icss-utils": "^5.0.0-rc.0", |
37 | 38 | "postcss-selector-parser": "^6.0.2", |
38 | 39 | "postcss-value-parser": "^4.1.0" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | | - "chokidar-cli": "^2.1.0", |
42 | | - "codecov.io": "^0.1.6", |
43 | | - "coveralls": "^3.1.0", |
44 | 42 | "eslint": "^7.9.0", |
45 | | - "istanbul": "^0.4.5", |
46 | | - "postcss": "^8.0.3", |
47 | | - "prettier": "^2.1.2", |
48 | | - "tape": "^5.0.1" |
| 43 | + "jest": "^26.4.2", |
| 44 | + "postcss": "^8.0.7", |
| 45 | + "prettier": "^2.1.2" |
49 | 46 | }, |
50 | 47 | "peerDependencies": { |
51 | | - "postcss": "^8.0.3" |
| 48 | + "postcss": "^8.0.0" |
52 | 49 | } |
53 | 50 | } |
0 commit comments