From 5c87ee1fe8076d987317f7afdf4fe70eec69d50a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 22 May 2018 13:13:08 -0500 Subject: [PATCH] chore(unpkg): add unpkg property to package.json --- core/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/package.json b/core/package.json index dcd52c3cf6..13c780c81c 100644 --- a/core/package.json +++ b/core/package.json @@ -18,6 +18,7 @@ "main": "dist/index.js", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", + "unpkg": "dist/ionic.js", "files": [ "dist/" ],