Skip to content

Commit

Permalink
5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrindle committed May 9, 2018
1 parent 5cdd58e commit 74b59e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/cli.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/envinfo.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envinfo",
"version": "5.4.0",
"version": "5.5.0",
"description": "Info about your dev environment for debugging purposes",
"repository": "https://github.com/tabrindle/envinfo",
"author": "tabrindle@gmail.com",
Expand All @@ -16,14 +16,12 @@
"build": "webpack",
"check:format": "prettier -l src/*.js",
"compress": "gzexe envinfo-* && upx envinfo-win.exe",
"postcompress":
"tar -czvf envinfo-linux.tar.gz envinfo-linux && tar -czvf envinfo-macos.tar.gz envinfo-macos && zip -r -X envinfo-win.zip envinfo-win.exe",
"postcompress": "tar -czvf envinfo-linux.tar.gz envinfo-linux && tar -czvf envinfo-macos.tar.gz envinfo-macos && zip -r -X envinfo-win.zip envinfo-win.exe",
"executable": "yarn webpack && pkg package.json",
"format": "prettier --write src/*.js",
"lint": "eslint src",
"preversion": "npm run test && webpack && git add .",
"release":
"github-release upload --owner=tabrindle --repo=envinfo --tag=${npm_package_version} 'envinfo-linux.tar.gz' 'envinfo-macos.tar.gz' 'envinfo-win.zip'",
"release": "github-release upload --owner=tabrindle --repo=envinfo --tag=${npm_package_version} 'envinfo-linux.tar.gz' 'envinfo-macos.tar.gz' 'envinfo-win.zip'",
"start": "node src/cli.js",
"test": "jest && npm run lint && npm run check:format"
},
Expand All @@ -38,7 +36,11 @@
],
"pkg": {
"scripts": "dist/*.js",
"targets": ["linux", "macos", "win"]
"targets": [
"linux",
"macos",
"win"
]
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 74b59e9

Please sign in to comment.