From: chencheng Date: Wed, 15 Oct 2014 09:28:50 +0000 (+0800) Subject: Add spm support X-Git-Tag: v1.0.2~16^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F694%2Fhead;p=thirdparty%2FChart.js.git Add spm support --- diff --git a/package.json b/package.json index 2e0757553..bd450dc84 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,8 @@ "gulp-util": "~2.2.x", "inquirer": "^0.5.1", "semver": "^3.0.1" + }, + "spm": { + "main": "Chart.js" } -} \ No newline at end of file +}