|
4 | 4 | "description": "",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
7 |
| - "test": "./node_modules/.bin/mocha --reporter spec test --recursive", |
8 |
| - "lint": "./node_modules/.bin/eslint lib test index.js", |
| 7 | + "test": "mocha --reporter spec test --recursive", |
| 8 | + "lint": "eslint lib test index.js", |
9 | 9 | "travis:lint": "npm run lint"
|
10 | 10 | },
|
11 | 11 | "bin": {
|
|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/symfony/webpack-encore",
|
27 | 27 | "dependencies": {
|
28 |
| - "@babel/core": "^7.0.0-beta.49", |
29 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.49", |
30 |
| - "@babel/preset-env": "^7.0.0-beta.49", |
31 |
| - "babel-loader": "^8.0.0-beta.2", |
| 28 | + "@babel/core": "^7.0.0", |
| 29 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 30 | + "@babel/preset-env": "^7.0.0", |
| 31 | + "babel-loader": "^8.0.0", |
32 | 32 | "chalk": "^2.4.1",
|
33 | 33 | "clean-webpack-plugin": "^0.1.19",
|
34 | 34 | "css-loader": "^0.28.10",
|
|
54 | 54 | "yargs": "^8.0.1"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@babel/plugin-transform-react-jsx": "^7.0.0-beta.49", |
58 |
| - "@babel/preset-react": "^7.0.0-beta.49", |
| 57 | + "@babel/core": "^7.0.0", |
| 58 | + "@babel/plugin-transform-react-jsx": "^7.0.0", |
| 59 | + "@babel/preset-react": "^7.0.0", |
59 | 60 | "autoprefixer": "^8.5.0",
|
60 | 61 | "babel-eslint": "^8.2.1",
|
61 | 62 | "chai": "^3.5.0",
|
|
0 commit comments