@kirkelliott/zap 0.1.26 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@kirkelliott/zap",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "Drop a .zap file in S3. It becomes an API endpoint.",
5
5
  "main": "dist/handler.js",
6
6
  "bin": {
7
7
  "zap": "dist/cli.js"
8
8
  },
9
9
  "scripts": {
10
+ "test": "node --import tsx --test test/*.ts",
10
11
  "build": "tsc",
11
12
  "dev": "tsx src/dev.ts",
12
13
  "init": "tsx src/cli.ts init",
@@ -19,7 +20,7 @@
19
20
  ],
20
21
  "repository": {
21
22
  "type": "git",
22
- "url": "https://github.com/dmvjs/s3node.git"
23
+ "url": "git+https://github.com/dmvjs/s3node.git"
23
24
  },
24
25
  "homepage": "https://github.com/dmvjs/s3node",
25
26
  "license": "MIT",