We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c459c commit f2cac06Copy full SHA for f2cac06
package.json
@@ -1,17 +1,17 @@
1
{
2
"name": "@rispa/webpack-javascript",
3
"rispa:name": "webpack-javascript",
4
- "version": "4.1.9",
+ "version": "4.2.0",
5
"description": "Rispa plugin which provide Webpack JavaScript configuration",
6
"license": "MIT",
7
"rispa:activator": "./src/activator.js",
8
"devDependencies": {
9
"@rispa/eslint-config": ">=3.0.0"
10
},
11
"dependencies": {
12
- "@rispa/core": "4.1.x",
13
- "@rispa/webpack": "4.1.x",
14
- "@rispa/babel": "4.1.x",
+ "@rispa/core": "4.2.x",
+ "@rispa/webpack": "4.2.x",
+ "@rispa/babel": "4.2.x",
15
"@webpack-blocks/webpack2": "^0.4.0",
16
"babel-core": "^6.26.0",
17
"babel-loader": "^7.1.2",
@@ -23,4 +23,4 @@
23
"lint": "rispa-eslint .",
24
"lint:fix": "rispa-eslint . --fix"
25
}
26
-}
+}
0 commit comments