From ba5e66cf4496a5c607c2f7e2427b7c4da4a5ad36 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 10 May 2019 11:49:04 +0100 Subject: [PATCH] Updated the typings path The typings when built now appear in the folder `dist/typings/*.d.ts` as opposed to `dist/typings/src/*.d.ts`. This appears to be a change from `0.0.1-alpha.19` to `1.0.0-beta.1`. It's not obvious from the history exactly when this regressed but perhaps it could be somewhere within a Rollup plugin? (I'm not 100% familiar with Rollup or how the typings are generated). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94c23a43d..1b745a0ba 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "version": "1.0.0-beta.1", "main": "dist/lib/auth0-spa-js.cjs.js", - "types": "dist/typings/src/index.d.ts", + "types": "dist/typings/index.d.ts", "browser": "dist/auth0-spa-js.production.js", "module": "dist/auth0-spa-js.production.esm.js", "scripts": {