@vercel/python
Advanced tools
Comparing version 1.2.5-canary.0 to 1.2.5-canary.1
{ | ||
"name": "@vercel/python", | ||
"version": "1.2.5-canary.0", | ||
"version": "1.2.5-canary.1", | ||
"main": "./dist/index.js", | ||
@@ -17,5 +17,5 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "./build.sh", | ||
"build": "node build", | ||
"test-integration-once": "jest --env node --verbose --runInBand --bail", | ||
"prepublishOnly": "./build.sh" | ||
"prepublishOnly": "node build" | ||
}, | ||
@@ -28,3 +28,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "726d3924aee69cbc5a6755b2e97f4ae90de22bc3" | ||
"gitHead": "e09ceca95ddfb64c7704d8753147bc05f7c7657c" | ||
} |