Skip to content

Commit f527fb2

Browse files
committed
fix(package): add i18n to package
1 parent f5ba860 commit f527fb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@perryrh0dan/taskline",
33
"productName": "Taskline",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Tasks, boards & notes for the command-line habitat",
66
"repository": "https://github.com/perryrh0dan/taskline",
77
"license": "MIT",
@@ -17,6 +17,7 @@
1717
"node": ">=8"
1818
},
1919
"files": [
20+
"i18n",
2021
"src",
2122
"cli.js"
2223
],

0 commit comments

Comments
 (0)