Skip to content

Commit f428f7b

Browse files
committed
1.0.1
1 parent 089ea21 commit f428f7b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebot-nutjs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "Apache-2.0",
55
"main": "index",
66
"typings": "index",
@@ -10,8 +10,15 @@
1010
"url": "https://firebot.app"
1111
},
1212
"homepage": "https://firebot.app",
13-
"os": [ "linux", "darwin", "win32" ],
14-
"cpu": [ "x64", "arm64" ],
13+
"os": [
14+
"linux",
15+
"darwin",
16+
"win32"
17+
],
18+
"cpu": [
19+
"x64",
20+
"arm64"
21+
],
1522
"scripts": {
1623
"compile": "tsc"
1724
},

0 commit comments

Comments
 (0)