From 14905c7bee843ca0d5cf8b11ccf68459d4cc349c Mon Sep 17 00:00:00 2001 From: chencheng Date: Wed, 15 Oct 2014 18:15:46 +0800 Subject: [PATCH] Add spm support --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index cae9b94..f7455ab 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,8 @@ "grunt-contrib-concat": "~0.5.0", "grunt-contrib-uglify": "~0.5.1", "grunt-contrib-watch": "~0.6.1" + }, + "spm": { + "main": "way.js" } }