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 Sep 18, 2020
1 parent 8a36058 commit 718f547
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
"esdoc-standard-plugin": "1.0.0",
"np": "6.5.0",
"nyc": "^15.1.0",
"regenerator-runtime": "0.13.7",
"power-assert": "1.6.1"
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.7"
},
"files": [
"lib"
Expand All @@ -122,12 +122,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 718f547

Please # to comment.