Skip to content

Commit 15ece26

Browse files
committed
chore: Fix node version declaration
1 parent d46aa99 commit 15ece26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"test": "tad"
109109
},
110110
"engines": {
111-
"node": ">=.0.12"
111+
"node": ">=0.12"
112112
},
113113
"license": "ISC"
114114
}

0 commit comments

Comments
 (0)