electron-about-window
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "electron-about-window", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "'About App' window for Electron application", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"dep": "npm install && typings install", | ||
"dep": "npm install", | ||
"build": "tsc -p src/", | ||
@@ -12,5 +12,5 @@ "tslint": "tslint $(git ls-files | grep -E \"\\.ts$\")", | ||
"lint": "npm run tslint && npm run stylelint", | ||
"example": "(cd example/ && npm install) && electron $(npm prefix)/example", | ||
"example": "cd example/ && npm install && npm start", | ||
"start": "npm run dep && npm run build && npm run example", | ||
"prepublish": "npm run lint && npm run build && rm -rf example/node_modules" | ||
"preversion": "npm run lint && npm run build" | ||
}, | ||
@@ -34,10 +34,10 @@ "repository": { | ||
"devDependencies": { | ||
"@types/electron": "^1.4.25", | ||
"@types/node": "^6.0.46", | ||
"stylelint": "^7.5.0", | ||
"stylelint-config-standard": "^14.0.0", | ||
"@types/electron": "^1.4.27", | ||
"@types/node": "^6.0.50", | ||
"stylelint": "^7.6.0", | ||
"stylelint-config-standard": "^15.0.0", | ||
"tslint": "^3.15.1", | ||
"typescript": "^2.0.7" | ||
"typescript": "^2.0.10" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
31254