Skip to content

Commit

Permalink
🎨 style(package.json): Run fixpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 12, 2020
1 parent e399c1d commit 318ddbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -88,16 +88,16 @@
"@babel/preset-env": "7.12.10",
"@babel/register": "7.12.10",
"ava": "3.14.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.0.1",
"babel-preset-power-assert": "3.0.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.0.0",
"nyc": "15.1.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.0.1",
"babel-preset-power-assert": "3.0.0",
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.7"
},
Expand All @@ -121,12 +121,12 @@
"scripts": {
"build": "babel --delete-dir-on-start --env-name production src -d lib",
"cover": "nyc --reporter=lcov npm test",
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
"esdoc": "esdoc",
"lint": "true",
"prepare": "npm run build",
"release": "np",
"test": "ava",
"lint": "true",
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
"travis": "npm run lint && npm run cover"
},
"sideEffects": false
Expand Down

0 comments on commit 318ddbe

Please sign in to comment.