|
13 | 13 | ],
|
14 | 14 | "license": "MIT",
|
15 | 15 | "scripts": {
|
16 |
| - "build": "rm -rf lib/ && NODE_ENV=production babel src -d lib", |
17 |
| - "ci": "yarn lint && yarn build && yarn test", |
| 16 | + "build": |
| 17 | + "rm -rf lib/ && NODE_ENV=production babel src -d lib --ignore \"*.test.js\"", |
| 18 | + "ci": "./scripts/ci.sh", |
18 | 19 | "format": "prettier --write \"src/**/*.js\"",
|
19 | 20 | "lint": "eslint .",
|
20 | 21 | "prepublishOnly": "yarn build",
|
21 |
| - "release": "yarn build && standard-version && conventional-github-releaser -p angular", |
22 |
| - "test": "jest --runInBand --coverage && codecov" |
| 22 | + "release": |
| 23 | + "yarn build && standard-version && conventional-github-releaser -p angular", |
| 24 | + "test": "jest" |
23 | 25 | },
|
24 | 26 | "jest": {
|
25 | 27 | "collectCoverageFrom": [
|
|
31 | 33 | ]
|
32 | 34 | },
|
33 | 35 | "peerDependencies": {
|
34 |
| - "graphql": "^0.11.0" |
| 36 | + "graphql": "^0.11.0 || ^0.12.0" |
35 | 37 | },
|
36 | 38 | "dependencies": {
|
37 |
| - "graphql-tools": "^2.12.0" |
| 39 | + "graphql-tools": "^2.17.0" |
38 | 40 | },
|
39 | 41 | "devDependencies": {
|
40 | 42 | "babel-cli": "^6.26.0",
|
41 | 43 | "babel-core": "^6.26.0",
|
42 |
| - "babel-eslint": "^8.0.3", |
43 |
| - "babel-jest": "^21.2.0", |
| 44 | + "babel-eslint": "^8.2.1", |
| 45 | + "babel-jest": "^22.0.4", |
44 | 46 | "babel-plugin-transform-class-properties": "^6.24.1",
|
45 | 47 | "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
46 | 48 | "babel-preset-env": "^1.6.1",
|
47 | 49 | "codecov": "^3.0.0",
|
48 | 50 | "conventional-github-releaser": "^2.0.0",
|
49 | 51 | "date-fns": "^1.29.0",
|
50 |
| - "eslint": "^4.12.1", |
| 52 | + "eslint": "^4.15.0", |
51 | 53 | "eslint-config-airbnb-base": "^12.1.0",
|
52 | 54 | "eslint-config-prettier": "^2.9.0",
|
53 | 55 | "eslint-plugin-import": "^2.8.0",
|
54 |
| - "graphql": "^0.11.7", |
55 |
| - "jest": "^21.2.1", |
56 |
| - "prettier": "^1.9.1", |
57 |
| - "standard-version": "^4.2.0" |
| 56 | + "graphql": "^0.12", |
| 57 | + "jest": "^22.0.4", |
| 58 | + "prettier": "^1.9.2", |
| 59 | + "standard-version": "^4.3.0" |
58 | 60 | }
|
59 | 61 | }
|
0 commit comments