Skip to content

Commit 33de04c

Browse files
committed
Exclude useless files from the package
1 parent f6d3d54 commit 33de04c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gradient-string",
33
"description": "Beautiful gradients in terminal stdout",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "Boris K",
66
"bugs": "https://github.com/bokub/gradient-string/issues",
77
"dependencies": {
@@ -15,6 +15,9 @@
1515
"engines": {
1616
"node": ">=4"
1717
},
18+
"files": [
19+
"index.js"
20+
],
1821
"homepage": "https://github.com/bokub/gradient-string",
1922
"keywords": [
2023
"cli",
@@ -38,8 +41,8 @@
3841
"main": "index.js",
3942
"repository": "bokub/gradient-string",
4043
"scripts": {
41-
"test": "xo && ava",
44+
"built-in": "node examples/built-in.js",
4245
"demo": "node examples/demo.js",
43-
"built-in": "node examples/built-in.js"
46+
"test": "xo && ava"
4447
}
4548
}

0 commit comments

Comments
 (0)