From f398b2db86cae06c6623c0306c5d9b41d3d63547 Mon Sep 17 00:00:00 2001 From: chencheng Date: Tue, 14 Oct 2014 16:52:03 +0800 Subject: [PATCH] Add spm support --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f4eb42..9a63bf8 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ { "type" : "git", "url" : "http://github.com/creationix/step.git" }, - "main": "lib/step" + "main": "lib/step", + "spm": { + "main": "lib/step" + } }