Skip to content

Commit

Permalink
🤖 chore: Lint configuration files.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/a5a57b70ac6fd6fb77fdab32e6b7be7519ce9564/src/transforms/package.json:initial-lint.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 17, 2021
1 parent 809d0dd commit ba6df23
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions package.json
Expand Up @@ -2,52 +2,16 @@
"name": "@aureooms/js-error",
"description": "Error objects for JavaScript",
"version": "4.0.1",
"license": "AGPL-3.0",
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"timeout": "1m",
"concurrency": 8
},
"babel": {
"presets": [
"@babel/preset-env"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
"homepage": "https://aureooms.github.io/js-error",
"repository": {
"url": "https://github.com/aureooms/js-error",
"type": "git"
},
"bugs": {
"url": "https://github.com/aureooms/js-error/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.10",
"@babel/register": "7.13.8",
"ava": "3.15.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"np": "7.4.0",
"nyc": "15.1.0",
"fixpack": "4.0.0"
},
"files": [
"lib"
],
"homepage": "https://aureooms.github.io/js-error",
"keywords": [
"Error",
"IndexError",
Expand All @@ -62,21 +26,57 @@
"javascript",
"js"
],
"license": "AGPL-3.0",
"sideEffects": false,
"main": "lib/index.js",
"repository": {
"url": "https://github.com/aureooms/js-error",
"type": "git"
},
"files": [
"lib"
],
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"lint-config": "fixpack --dryRun",
"lint-config-and-fix": "fixpack || fixpack",
"prepare": "npm run build",
"release": "np",
"test": "ava",
"lint-config": "fixpack --dryRun",
"lint-config-and-fix": "fixpack || fixpack"
"test": "ava"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.10",
"@babel/register": "7.13.8",
"ava": "3.15.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"fixpack": "4.0.0",
"np": "7.4.0",
"nyc": "15.1.0"
},
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"timeout": "1m",
"concurrency": 8
},
"sideEffects": false
"babel": {
"presets": [
"@babel/preset-env"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
}
}

0 comments on commit ba6df23

Please sign in to comment.