ecma-webpack-plugin
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,3 +6,3 @@ const errors = require('./lib/errors'); | ||
extensions: [ | ||
'js', 'mjs', | ||
'js', 'mjs', 'cjs', | ||
], | ||
@@ -9,0 +9,0 @@ }; |
{ | ||
"name": "ecma-webpack-plugin", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "🧳 Verify your output code is compliant to the version you're targeting", | ||
@@ -22,15 +22,18 @@ "keywords": [ | ||
"scripts": { | ||
"test": "mocha mocha-config.js **/spec.js" | ||
"test": "mocha mocha-config.js **/spec.js", | ||
"lint": "eslint . --config .eslintrc" | ||
}, | ||
"dependencies": { | ||
"acorn": "^8.0.1", | ||
"acorn": "^8.0.4", | ||
"chalk": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@omrilotan/eslint-config": "^1.3.0", | ||
"abuser": "^2.0.3", | ||
"chai": "^4.2.0", | ||
"mocha": "^8.0.1", | ||
"sinon": "^9.0.3", | ||
"eslint": "^7.11.0", | ||
"mocha": "^8.2.0", | ||
"sinon": "^9.2.0", | ||
"sinon-chai": "^3.5.0" | ||
} | ||
} |
3904
7
Updatedacorn@^8.0.4