Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 20, 2017
1 parent e7e5443 commit 54797a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"dep": "npm install",
"build": "tsc -p src/",
"tslint": "tslint $(git ls-files | grep -E \"\\.ts$\")",
"tslint": "tslint -p ./src --type-check",
"stylelint": "stylelint styles/*.css",
"lint": "npm run tslint && npm run stylelint",
"example": "cd example/ && npm install && npm start",
Expand All @@ -30,12 +31,12 @@
},
"homepage": "https://github.com/rhysd/electron-about-window#readme",
"devDependencies": {
"@types/node": "^7.0.31",
"electron": "^1.6.11",
"stylelint": "^7.6.0",
"stylelint-config-standard": "^16.0.0",
"tslint": "^5.4.3",
"typescript": "^2.0.10"
"@types/node": "^8.0.24",
"electron": "^1.7.5",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2"
},
"dependencies": {}
}
4 changes: 0 additions & 4 deletions tslint.json
Expand Up @@ -22,7 +22,6 @@
"interface-name": false,
"jsdoc-format": true,
"label-position": true,
"label-undefined": true,
"max-line-length": false,
"member-access": false,
"member-ordering": [
Expand All @@ -47,7 +46,6 @@
"no-construct": true,
"no-constructor-vars": false,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
Expand All @@ -58,9 +56,7 @@
"no-string-literal": true,
"no-switch-case-fall-through": false,
"no-trailing-whitespace": true,
"no-unreachable": true,
"no-unused-expression": true,
"no-unused-variable": "react",
"no-unsafe-finally": true,
"no-use-before-declare": true,
"no-var-keyword": true,
Expand Down

0 comments on commit 54797a3

Please sign in to comment.