We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d3d54 commit 33de04cCopy full SHA for 33de04c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "gradient-string",
3
"description": "Beautiful gradients in terminal stdout",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"author": "Boris K",
6
"bugs": "https://github.com/bokub/gradient-string/issues",
7
"dependencies": {
@@ -15,6 +15,9 @@
15
"engines": {
16
"node": ">=4"
17
},
18
+ "files": [
19
+ "index.js"
20
+ ],
21
"homepage": "https://github.com/bokub/gradient-string",
22
"keywords": [
23
"cli",
@@ -38,8 +41,8 @@
38
41
"main": "index.js",
39
42
"repository": "bokub/gradient-string",
40
43
"scripts": {
- "test": "xo && ava",
44
+ "built-in": "node examples/built-in.js",
45
"demo": "node examples/demo.js",
- "built-in": "node examples/built-in.js"
46
+ "test": "xo && ava"
47
}
48
0 commit comments