Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 9, 2017
1 parent 3950410 commit 2aeb881
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
indent_style = space
indent_size = 2
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules
*.log
dist
.DS_Store

app/vendor
/app/dist
/app/vendor
/dist
4 changes: 2 additions & 2 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)
MIT License

Copyright (c) 2016 Wulkano AS.
Copyright (c) Wulkano <[email protected]> (https://wulkano.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 8 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "Kap",
"main": "dist/main/index.js",
"private": true,
"version": "1.0.1",
"description": "The best way to record your screen",
"repository": "wulkano/kap",
"author": "Wulkano AS <[email protected]> (https://wulka.no/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wulkano/kap/issues"
},
"repository": "wulkano/kap",
"homepage": "https://getkap.co",
"author": {
"name": "Wulkano",
"email": "[email protected]",
"url": "https://wulkano.com"
},
"private": true,
"main": "dist/main/index.js",
"dependencies": {
"ajv": "^5.1.3",
"aperture": "2.1.1",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"repository": "wulkano/kap",
"author": "Wulkano AS <[email protected]> (https://wulka.no/)",
"license": "MIT",
"scripts": {
"test": "xo",
"build": "npm run test && gulp build",
Expand All @@ -20,8 +17,8 @@
"cssnano": "3.10.0",
"del": "2.2.2",
"electron": "1.7.2",
"execa": "0.6.3",
"electron-builder": "17.5.0",
"execa": "0.6.3",
"got": "7.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "6.1.2",
Expand Down

0 comments on commit 2aeb881

Please sign in to comment.