mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
cleanup useless packages
This commit is contained in:
BIN
browser/finder/favicon.ico
Normal file
BIN
browser/finder/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>CodeXen Popup</title>
|
<title>CodeXen Popup</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="../vendor/fontawesome/css/font-awesome.min.css" media="screen" title="no title" charset="utf-8">
|
<link rel="stylesheet" href="../../node_modules/font-awesome/css/font-awesome.min.css" media="screen" title="no title" charset="utf-8">
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<script>
|
<script>
|
||||||
if (!Object.assign) {
|
if (!Object.assign) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>CodeXen</title>
|
<title>CodeXen</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="../vendor/fontawesome/css/font-awesome.min.css" media="screen" title="no title" charset="utf-8">
|
<link rel="stylesheet" href="../../node_modules/font-awesome/css/font-awesome.min.css" media="screen" title="no title" charset="utf-8">
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -33,15 +33,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^1.1.0",
|
"dotenv": "^1.1.0",
|
||||||
"electron-stylus": "^0.1.0",
|
"electron-stylus": "^0.1.0",
|
||||||
"halogen": "^0.1.10",
|
|
||||||
"markdown-it": "^4.3.1",
|
"markdown-it": "^4.3.1",
|
||||||
"moment": "^2.10.3",
|
"moment": "^2.10.3",
|
||||||
"node-jsx": "^0.13.3",
|
"node-jsx": "^0.13.3",
|
||||||
"node-notifier": "^4.2.1",
|
|
||||||
"react": "^0.13.3",
|
"react": "^0.13.3",
|
||||||
"react-router": "^0.13.3",
|
"react-router": "^0.13.3",
|
||||||
"react-select": "^0.5.4",
|
"react-select": "^0.5.4",
|
||||||
"react-tooltip": "^0.3.3",
|
|
||||||
"reflux": "^0.2.8",
|
"reflux": "^0.2.8",
|
||||||
"superagent": "^1.2.0"
|
"superagent": "^1.2.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,3 +14,5 @@
|
|||||||
## v0.1.0 (2015/6/17)
|
## v0.1.0 (2015/6/17)
|
||||||
|
|
||||||
- Web/OS X app release
|
- Web/OS X app release
|
||||||
|
|
||||||
|
## v0.2.0 (2015/7/...)
|
||||||
|
|||||||
Reference in New Issue
Block a user