Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Aug 31, 2018
1 parent b3d4abe commit b53c439
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
[*.yml]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
156 changes: 78 additions & 78 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
{
"name": "listr",
"version": "0.14.1",
"description": "Terminal task list",
"license": "MIT",
"repository": "SamVerschueren/listr",
"author": {
"name": "Sam Verschueren",
"email": "[email protected]",
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "clinton && xo && nyc ava",
"lint:staged": "lint-staged"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"cli",
"task",
"list",
"tasklist",
"terminal",
"term",
"console",
"ascii",
"unicode",
"loading",
"indicator",
"progress",
"busy",
"wait",
"idle"
],
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"cli-truncate": "^0.2.1",
"figures": "^1.7.0",
"indent-string": "^2.1.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.4.0",
"listr-verbose-renderer": "^0.4.0",
"log-symbols": "^1.0.2",
"log-update": "^1.0.2",
"ora": "^0.2.3",
"p-map": "^1.1.1",
"rxjs": "^6.1.0",
"strip-ansi": "^3.0.1"
},
"devDependencies": {
"ava": "*",
"clinton": "*",
"codecov": "^3.0.0",
"delay": "^1.3.1",
"hook-std": "^0.2.0",
"lint-staged": "^3.3.1",
"nyc": "^8.3.2",
"pre-commit": "^1.2.2",
"split": "^1.0.1",
"xo": "*",
"zen-observable": "^0.3.0"
},
"lint-staged": {
"*.js": "xo"
},
"pre-commit": "lint:staged",
"xo": {
"rules": {
"prefer-destructuring": "off"
}
}
"name": "listr",
"version": "0.14.1",
"description": "Terminal task list",
"license": "MIT",
"repository": "SamVerschueren/listr",
"author": {
"name": "Sam Verschueren",
"email": "[email protected]",
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "clinton && xo && nyc ava",
"lint:staged": "lint-staged"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"cli",
"task",
"list",
"tasklist",
"terminal",
"term",
"console",
"ascii",
"unicode",
"loading",
"indicator",
"progress",
"busy",
"wait",
"idle"
],
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"cli-truncate": "^0.2.1",
"figures": "^1.7.0",
"indent-string": "^2.1.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.4.0",
"listr-verbose-renderer": "^0.4.0",
"log-symbols": "^1.0.2",
"log-update": "^1.0.2",
"ora": "^0.2.3",
"p-map": "^1.1.1",
"rxjs": "^6.1.0",
"strip-ansi": "^3.0.1"
},
"devDependencies": {
"ava": "*",
"clinton": "*",
"codecov": "^3.0.0",
"delay": "^1.3.1",
"hook-std": "^0.2.0",
"lint-staged": "^3.3.1",
"nyc": "^8.3.2",
"pre-commit": "^1.2.2",
"split": "^1.0.1",
"xo": "*",
"zen-observable": "^0.3.0"
},
"lint-staged": {
"*.js": "xo"
},
"pre-commit": "lint:staged",
"xo": {
"rules": {
"prefer-destructuring": "off"
}
}
}

0 comments on commit b53c439

Please sign in to comment.