From 618e8807f08174284eaf353100ff1908d2acefd4 Mon Sep 17 00:00:00 2001 From: Daniel Schuba Date: Fri, 9 Dec 2016 12:17:00 +0100 Subject: [PATCH] Correct path, looks like the files were moved in 6.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae41c57ab..206380961 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "foundation-sites", "version": "6.3.0-rc2", - "main": "dist/foundation.js", - "typings": "dist/foundation.d.ts", + "main": "dist/js/foundation.js", + "typings": "dist/js/foundation.d.ts", "description": "The most advanced responsive front-end framework in the world.", "author": "ZURB (http://foundation.zurb.com)", "homepage": "http://foundation.zurb.com/sites", -- 2.47.2