Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "swiss-ak", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
"version": "1.0.2", | ||
"author": "Jack Cannon <jackc@annon.co.uk> (http://c.annon.co.uk/)", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -8,0 +17,0 @@ "tsup": "^6.2.1", |
15552