|
6 | 6 | "scripts": { |
7 | 7 | "build": "babel src/index.js -o lib/index.js", |
8 | 8 | "watch-build": "npm run build -- -w", |
9 | | - "test": "mocha --compilers js:babel-register", |
| 9 | + "test": "mocha --compilers js:@babel/register", |
10 | 10 | "watch-test": "npm test -- -w", |
11 | 11 | "lint": "eslint **/*.js --quiet" |
12 | 12 | }, |
|
27 | 27 | }, |
28 | 28 | "homepage": "https://github.com/miraks/babel-plugin-implicit-return", |
29 | 29 | "devDependencies": { |
30 | | - "babel-cli": "^6.18.0", |
31 | | - "babel-core": "^6.21.0", |
| 30 | + "@babel/cli": "^7.2.3", |
| 31 | + "@babel/core": "^7.2.2", |
| 32 | + "@babel/preset-env": "^7.3.1", |
| 33 | + "@babel/register": "^7.0.0", |
32 | 34 | "babel-eslint": "^7.1.1", |
33 | 35 | "babel-plugin-strict-equality": "^1.0.0", |
34 | 36 | "babel-plugin-syntax-async-functions": "^6.13.0", |
35 | 37 | "babel-plugin-syntax-async-generators": "^6.13.0", |
36 | 38 | "babel-plugin-syntax-flow": "^6.18.0", |
37 | 39 | "babel-plugin-syntax-object-rest-spread": "^6.13.0", |
38 | 40 | "babel-plugin-transform-react-jsx": "^6.8.0", |
39 | | - "babel-preset-es2015": "^6.18.0", |
40 | | - "babel-register": "^6.18.0", |
41 | 41 | "chai": "^3.5.0", |
42 | 42 | "eslint": "^3.12.2", |
43 | | - "mocha": "^3.2.0" |
| 43 | + "mocha": "^5.2.0" |
44 | 44 | } |
45 | 45 | } |
0 commit comments