Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "celt", | ||
"description": "NodeJS native binding to CELT", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Mikko Rantanen <jubjub@jubjubnest.net>", | ||
@@ -15,6 +15,9 @@ "homepage": "https://github.com/Rantanen/node-celt", | ||
"os": [ | ||
"linux" | ||
"linux", | ||
"darwin", | ||
"freebsd" | ||
], | ||
"cpu": [ | ||
"x64" | ||
"x64", | ||
"arm" | ||
], | ||
@@ -21,0 +24,0 @@ "engines": { |
@@ -25,2 +25,5 @@ node-celt | ||
- Linux x64 | ||
- Linux arm | ||
- Darwin x64 (mac osx) | ||
- FreeBSD x64 | ||
@@ -27,0 +30,0 @@ Add new supported platforms by running ./configure in deps/celt-0.7.1 and |
2752662
117
34