diff --git a/contributing.md b/contributing.md index e4f02a17..3935b971 100644 --- a/contributing.md +++ b/contributing.md @@ -2,13 +2,7 @@ > English below. -## About Pull Request - -### やり方 - -現状特に`dev`ブランチを用意しないつもりなので、最新VersionのブランチにPullrequestを送ってください。 - -### Pull requsetの著作権 +## Pull requsetの著作権について Pull requestをすることはその変化分のコードの著作権をMAISIN&CO.に譲渡することに同意することになります。 @@ -21,13 +15,7 @@ Pull requestをすることはその変化分のコードの著作権をMAISIN&C # Contributing to Boostnote(ENG) -## About Pull Request - -### How to - -Make a new PR to the branch named latest version. This is because there is no `dev` branch currently. - -### Copyright of Pull Request +## About copyright of Pull Request If you make a pull request, It means you agree to transfer the copyright of the code changes to MAISIN&CO. diff --git a/gruntfile.js b/gruntfile.js index 6b1c6b8b..d2f1a2f7 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -1,8 +1,6 @@ const path = require('path') const ChildProcess = require('child_process') const packager = require('electron-packager') -const fs = require('fs') -const merge = require('merge-stream') const WIN = process.platform === 'win32'