Skip to content

Commit

Permalink
Add files field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 6, 2019
1 parent 61f03ca commit d4cd3a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

4 changes: 2 additions & 2 deletions index.js → lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var ut = require('./lib/utilities');
var cursor = require('./lib/cursor');
var ut = require('./utilities');
var cursor = require('./cursor');
var color = require('colors-cli')

function loading(options) {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "loading-cli",
"version": "1.0.8",
"description": "Terminal loading effect.",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "node test/test.js"
},
Expand Down Expand Up @@ -30,9 +30,12 @@
"shell",
"command-line"
],
"files": [
"lib"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"dependencies": {
"colors-cli": "^1.0.14"
"colors-cli": "^1.0.26"
}
}

0 comments on commit d4cd3a3

Please sign in to comment.