Skip to content

Commit

Permalink
tweak project
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jul 29, 2017
1 parent 1d2108b commit a3f8c8c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .jshintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules/
coverage/
build/
assets/
dist/
dist/
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@
[download-image]: https://img.shields.io/npm/dm/xutil.svg?style=flat-square
[download-url]: https://npmjs.org/package/xutil

> xutil
> utils
## Installment

```shell
``` bash
$ npm i xutil --save
```

## License

The MIT License (MIT)

Copyright (c) 2015 xdf
13 changes: 0 additions & 13 deletions lib/xutil.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* xutil by xdf(xudafeng[at]126.com)
*
* first created at : Mon Feb 29 2016 22:37:05 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

const fs = require('fs');
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xutil",
"version": "1.0.5",
"version": "1.0.6",
"description": "xutil",
"keywords": [
"util"
Expand All @@ -11,13 +11,13 @@
"url": "git://github.com/xudafeng/xutil.git"
},
"dependencies": {
"detect-port": "^1.0.5",
"ipv4": "0.0.4",
"detect-port": "^1.2.1",
"ipv4": "^0.0.4",
"lodash": "~3.10.1",
"mkdirp": "~0.5.1",
"moment": "~2.10.6",
"rimraf": "~2.5.0",
"uuid": "^3.0.1"
"uuid": "^3.1.0"
},
"devDependencies": {
"co-mocha": "^1.1.3",
Expand All @@ -34,12 +34,6 @@
"pre-commit": [
"jshint"
],
"engines": {
"node": ">=4.2.1"
},
"homepage": "https://github.com/xudafeng/xutil",
"author": "xudafeng",
"email": "xudafeng@126.com",
"blog": "http://xdf.me",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--require should
--reporter spec
--reporter spec
13 changes: 0 additions & 13 deletions test/xutil.test.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/* ================================================================
* xutil by xdf(xudafeng[at]126.com)
*
* first created at : Mon Feb 29 2016 22:37:05 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */

'use strict';

var _ = require('..');
Expand Down

0 comments on commit a3f8c8c

Please sign in to comment.