@yawnxyz/somewhat-questionable
Advanced tools
Comparing version 0.44.0 to 0.44.1
@@ -79,3 +79,3 @@ #!/usr/bin/env node | ||
`{ | ||
"version": 2, | ||
"version": 3, | ||
"builds": [ | ||
@@ -82,0 +82,0 @@ { |
{ | ||
"name": "@yawnxyz/somewhat-questionable", | ||
"version": "0.44.0", | ||
"version": "0.44.1", | ||
"license": "MIT", | ||
"description": "Vercel builder for Sapper with SSR enabled", | ||
"main": "index.js", | ||
"access": "public", | ||
"bin": { | ||
@@ -18,3 +18,4 @@ "vercel-sapper": "./bin.js" | ||
"scripts": { | ||
"fix": "prettier --write ." | ||
"fix": "prettier --write .", | ||
"public": "npm publish --access public" | ||
}, | ||
@@ -21,0 +22,0 @@ "dependencies": { |
30306