easy-libcurl
Advanced tools
Comparing version 1.0.1-binding.gyp to 1.0.1-binding.gyp-src
{ | ||
"name": "easy-libcurl", | ||
"version": "1.0.1-binding.gyp", | ||
"version": "1.0.1-binding.gyp-src", | ||
"description": "Fork of JCMais/node-libcurl - exposes only Easy interface, clean dist, up-to-date and minimal dependencies.", | ||
@@ -28,2 +28,3 @@ "keywords": [ | ||
"dist", | ||
"src", | ||
"scripts", | ||
@@ -41,3 +42,3 @@ "binding.gyp" | ||
"install": "node-pre-gyp install --fallback-to-build", | ||
"cleanyarn": "rm -rf ./lib/binding ./build ./dist ./node_modules ./tsconfig.tsbuildinfo ./yarn.lock && yarn", | ||
"cy": "rm -rf ./lib/binding ./build ./dist ./node_modules ./tsconfig.tsbuildinfo ./yarn.lock && yarn", | ||
"build": "tsc", | ||
@@ -44,0 +45,0 @@ "prepublish": "yarn build" |
894623
234