|
7 | 7 | "build": "babel src --out-dir lib",
|
8 | 8 | "clean": "rimraf lib coverage",
|
9 | 9 | "cover": "babel-node ./node_modules/.bin/babel-istanbul cover test/index.js | tap-spec",
|
10 |
| - "lint": "./node_modules/eslint/bin/eslint.js src test", |
| 10 | + "lint": "eslint src test", |
11 | 11 | "prepublish": "npm run lint && npm test && npm run clean && npm run build",
|
12 | 12 | "test": "babel-node test/index.js | tap-spec"
|
13 | 13 | },
|
|
26 | 26 | },
|
27 | 27 | "license": "MIT",
|
28 | 28 | "dependencies": {
|
29 |
| - "babel-runtime": "^5.8.25", |
| 29 | + "babel-runtime": "^6.5.0", |
30 | 30 | "isomorphic-fetch": "^2.1.1",
|
31 | 31 | "lodash.isplainobject": "^3.2.0"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "babel": "^5.8.23", |
35 |
| - "babel-eslint": "^4.1.3", |
36 |
| - "babel-istanbul": "^0.3.20", |
| 34 | + "babel-cli": "^6.5.1", |
| 35 | + "babel-eslint": "^4.1.8", |
| 36 | + "babel-istanbul": "^0.6.0", |
| 37 | + "babel-preset-es2015": "^6.5.0", |
| 38 | + "babel-preset-stage-0": "^6.5.0", |
37 | 39 | "coveralls": "^2.11.4",
|
38 |
| - "eslint": "^1.6.0", |
39 |
| - "eslint-plugin-babel": "^2.1.1", |
| 40 | + "eslint": "^2.0.0", |
| 41 | + "eslint-plugin-babel": "^3.1.0", |
40 | 42 | "nock": "^2.15.0",
|
41 | 43 | "normalizr": "^1.1.0",
|
42 | 44 | "rimraf": "^2.4.3",
|
|
0 commit comments