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

cleanup useless packages

This commit is contained in:
Rokt33r
2015-07-29 00:03:01 +09:00
parent b1be92e6c9
commit e88c197f86
5 changed files with 4 additions and 5 deletions

BIN
browser/finder/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -3,7 +3,7 @@
<head>
<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">
<script>
if (!Object.assign) {

View File

@@ -3,7 +3,7 @@
<head>
<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">
<script>

View File

@@ -33,15 +33,12 @@
"dependencies": {
"dotenv": "^1.1.0",
"electron-stylus": "^0.1.0",
"halogen": "^0.1.10",
"markdown-it": "^4.3.1",
"moment": "^2.10.3",
"node-jsx": "^0.13.3",
"node-notifier": "^4.2.1",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-select": "^0.5.4",
"react-tooltip": "^0.3.3",
"reflux": "^0.2.8",
"superagent": "^1.2.0"
},

View File

@@ -14,3 +14,5 @@
## v0.1.0 (2015/6/17)
- Web/OS X app release
## v0.2.0 (2015/7/...)