|
1 | 1 | { |
2 | 2 | "name": "worker-loader", |
3 | | - "version": "1.1.0", |
| 3 | + "version": "1.1.1", |
4 | 4 | "author": "Tobias Koppers @sokra", |
5 | 5 | "description": "worker loader module for webpack", |
6 | 6 | "main": "dist/cjs.js", |
|
11 | 11 | "node": ">= 4.8 < 5.0.0 || >= 5.10" |
12 | 12 | }, |
13 | 13 | "scripts": { |
14 | | - "test": "jest", |
15 | | - "posttest": "eslint .", |
16 | | - "webpack-defaults": "webpack-defaults", |
17 | 14 | "start": "npm run build -- -w", |
18 | | - "appveyor:test": "npm run test", |
19 | 15 | "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files", |
20 | 16 | "clean": "del-cli dist", |
21 | 17 | "lint": "eslint --cache src test", |
22 | 18 | "lint-staged": "lint-staged", |
23 | 19 | "prebuild": "npm run clean", |
24 | | - "prepublish": "npm run build", |
| 20 | + "prepare": "npm run build", |
25 | 21 | "release": "standard-version", |
26 | 22 | "security": "nsp check", |
| 23 | + "test": "jest", |
27 | 24 | "test:watch": "jest --watch", |
28 | 25 | "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage", |
29 | 26 | "travis:lint": "npm run lint && npm run security", |
30 | 27 | "travis:test": "npm run test -- --runInBand", |
31 | | - "travis:coverage": "npm run test:coverage -- --runInBand" |
| 28 | + "travis:coverage": "npm run test:coverage -- --runInBand", |
| 29 | + "appveyor:test": "npm run test", |
| 30 | + "defaults": "webpack-defaults" |
32 | 31 | }, |
33 | 32 | "peerDependencies": { |
34 | | - "webpack": "^2.0.0 || ^3.0.0" |
| 33 | + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" |
35 | 34 | }, |
36 | 35 | "dependencies": { |
37 | 36 | "loader-utils": "^1.0.0", |
38 | | - "schema-utils": "^0.3.0" |
| 37 | + "schema-utils": "^0.4.0" |
39 | 38 | }, |
40 | 39 | "devDependencies": { |
41 | 40 | "babel-cli": "^6.0.0", |
|
57 | 56 | "webpack": "^3.0.0", |
58 | 57 | "webpack-defaults": "^1.6.0" |
59 | 58 | }, |
60 | | - "repository": { |
61 | | - "type": "git", |
62 | | - "url": "https://github.com/webpack-contrib/worker-loader.git" |
63 | | - }, |
| 59 | + "repository": "https://github.com/webpack-contrib/worker-loader.git", |
| 60 | + "bugs": "https://github.com/webpack-contrib/worker-loader/issues", |
| 61 | + "homepage": "https://github.com/webpack-contrib/html-loader", |
64 | 62 | "license": "MIT", |
65 | 63 | "pre-commit": "lint-staged", |
66 | 64 | "lint-staged": { |
|
0 commit comments