1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

modify contributing.md & clean unnecessary modules in gruntfile

This commit is contained in:
Dick Choi
2016-07-29 11:02:46 +09:00
parent 7fbe456e79
commit 15f51a4064
2 changed files with 2 additions and 16 deletions

View File

@@ -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'