mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
update readme & package.json
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"hot": "electron ./index.js --hot",
|
||||
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
||||
"postinstall": "npm run vendor",
|
||||
"vendor": "oh-my-cdn"
|
||||
"vendor": "oh-my-cdn",
|
||||
"compile": "grunt compile"
|
||||
},
|
||||
"config": {
|
||||
"electron-version": "1.1.3"
|
||||
@@ -28,9 +29,11 @@
|
||||
],
|
||||
"author": "Dick Choi <fluke8259@gmail.com> (https://github.com/Rokt33r)",
|
||||
"contributors": [
|
||||
"Kazu Yokomizo (https://github.com/kazup01)",
|
||||
"dojineko (https://github.com/dojineko)",
|
||||
"Romain Bazile (https://github.com/gromain)",
|
||||
"Bruno Paz (https://github.com/brpaz)"
|
||||
"Bruno Paz (https://github.com/brpaz)",
|
||||
"Fabian Mueller (https://github.com/dotcs)"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/BoostIO/Boostnote/issues"
|
||||
|
||||
Reference in New Issue
Block a user