bare-http1
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ cmake_minimum_required(VERSION 3.25) | ||
target_sources( | ||
bare_http1 | ||
${bare_http1} | ||
PRIVATE | ||
@@ -18,3 +18,3 @@ binding.c | ||
target_link_libraries( | ||
bare_http1 | ||
${bare_http1} | ||
INTERFACE | ||
@@ -21,0 +21,0 @@ ws2_32 |
{ | ||
"name": "bare-http1", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Native HTTP/1 library for JavaScript", | ||
@@ -13,5 +13,3 @@ "main": "index.js", | ||
], | ||
"addon": { | ||
"target": "bare_http1" | ||
}, | ||
"addon": true, | ||
"scripts": { | ||
@@ -18,0 +16,0 @@ "test": "standard && bare test.js" |
199858
-0.01%