From: Daniel Schuba Date: Fri, 9 Dec 2016 11:17:00 +0000 (+0100) Subject: Correct path, looks like the files were moved in 6.3 X-Git-Tag: v6.3.0-rc3~1^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9477%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Correct path, looks like the files were moved in 6.3 --- 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",