Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "aws4fetch", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "dist/aws4fetch.cjs.js", | ||
"browser": "dist/aws4fetch.umd.js", | ||
"types": "dist/aws4fetch.d.ts", | ||
"types": "dist/main.d.ts", | ||
"author": "Michael Hart <michael.hart.au@gmail.com>", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"scripts": { | ||
"declaration": "tsc -p declaration.tsconfig.json --outFile dist/aws4fetch.d.ts", | ||
"declaration": "tsc -p declaration.tsconfig.json", | ||
"build": "npm run declaration && rollup -c", | ||
@@ -28,0 +28,0 @@ "prepare": "npm run build", |
47592
899