Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #79 from skellock/remove-package-linting
Browse files Browse the repository at this point in the history
Oops. Don't mess with npm's formatting.
  • Loading branch information
skellock committed Aug 14, 2017
2 parents 753e288 + 8fbbc14 commit 9763951
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"name": "Steve Kellock"
},
"ava": {
"require": ["./out-test/main/test/setup.js"]
"require": [
"./out-test/main/test/setup.js"
]
},
"build": {
"appId": "com.example.electron-starter",
Expand All @@ -19,7 +21,9 @@
"!globals.d.ts"
],
"linux": {
"target": ["tar.gz"]
"target": [
"tar.gz"
]
},
"mac": {
"category": "public.app-category.developer-tools"
Expand All @@ -31,7 +35,10 @@
"repo": "electron-starter"
},
"win": {
"target": ["zip", "nsis"]
"target": [
"zip",
"nsis"
]
}
},
"dependencies": {
Expand Down Expand Up @@ -88,8 +95,7 @@
"prettier --write --no-semi --print-width 100 --single-quote",
"tslint --fix",
"git add"
],
"package.json": ["prettier --write", "git add"]
]
},
"main": "out/main.js",
"name": "electron-starter",
Expand Down

0 comments on commit 9763951

Please sign in to comment.