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 Apr 27, 2020
1 parent b863316 commit b62b4d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,23 @@
"@aureooms/js-memory": "4.0.0",
"@aureooms/js-operator": "1.0.2",
"@aureooms/js-type": "1.0.4",
"ava": "3.8.1",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"nyc": "15.0.1",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"ava": "3.8.1",
"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": "6.2.2"
"np": "6.2.2",
"nyc": "15.0.1"
},
"files": [
"lib"
],
"homepage": "http://aureooms.github.io/js-random/",
"keywords": [
"javascript",
Expand All @@ -69,12 +72,9 @@
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"test": "ava",
"esdoc": "esdoc",
"prepare": "npm run build",
"release": "np"
},
"files": [
"lib"
]
"release": "np",
"test": "ava"
}
}

0 comments on commit b62b4d0

Please sign in to comment.