From 97b35107e0a43827dc3e70f06e5886a2c3cdd521 Mon Sep 17 00:00:00 2001 From: Eric Chen Date: Tue, 24 Mar 2015 14:48:23 +1300 Subject: [PATCH] add main file mapping for jspm --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1e859a06..1d375a14 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,9 @@ "grunt-contrib-jshint" : "0.10.0", "grunt-contrib-uglify" : "0.4.0" }, + "jspm" : { + "main": "builds/moment-timezone-with-data" + }, "scripts": { "test": "grunt" }