hyper/app
Hoony e85f1658ef change the version of eslint-config-standard from 5.3.1 to 5.3.5 (#166)
the previous dependencies between eslint and eslint-config-standard
return the following warn and error.

```
npm WARN peerDependencies The peer dependency eslint@^2.0.0-rc.0
included from eslint-config-standard will no
npm WARN peerDependencies longer be automatically installed to fulfill
the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to
depend on it explicitly.
```
```
npm ERR! peerinvalid The package eslint@3.0.1 does not satisfy its
siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer eslint-config-standard@5.3.1 wants
eslint@^2.0.0-rc.0
```
so updated the version of eslint-config-standard from 5.3.1 to 5.3.5
which is the newest now.
2016-07-16 18:30:26 -07:00
..
assets Add close cross for tabs (#58) 2016-07-06 16:39:26 -07:00
lib Provide hooks to open a new tab to the same directory (#174) 2016-07-16 15:41:13 -07:00
index.html performance improvement 2016-07-13 17:21:23 -07:00
package.json change the version of eslint-config-standard from 5.3.1 to 5.3.5 (#166) 2016-07-16 18:30:26 -07:00
webpack.config.js app: preserve class names with uglification 2016-07-16 11:58:08 -07:00