Skip to content

Commit 3a254c7

Browse files
committed
v1.3.0
1 parent f159293 commit 3a254c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyper-background",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Change the background of your Hyper terminal (proof of concept).",
55
"main": "lib/index.js",
66
"scripts": {
@@ -38,6 +38,8 @@
3838
},
3939
"ava": {
4040
"babel": "inherit",
41-
"require": ["babel-register"]
41+
"require": [
42+
"babel-register"
43+
]
4244
}
4345
}

0 commit comments

Comments
 (0)