]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add spm support 694/head
authorchencheng <sorrycc@gmail.com>
Wed, 15 Oct 2014 09:28:50 +0000 (17:28 +0800)
committerchencheng <sorrycc@gmail.com>
Wed, 15 Oct 2014 09:28:50 +0000 (17:28 +0800)
package.json

index 2e0757553c43cda8580f9ee1e369da4412bc3091..bd450dc84ef0dc8a1fdf14298f8af840a8e457d4 100644 (file)
@@ -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
+}