Skip to content

Commit 0f78c89

Browse files
JSPM package changes committed
1 parent 0d22e99 commit 0f78c89

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,24 @@
4848

4949
},
5050

51-
"homepage": "https://github.com/syncfusion/JavaScript-Widgets#readme"
52-
51+
"homepage": "https://github.com/syncfusion/JavaScript-Widgets#readme",
52+
53+
"files": [
54+
"Scripts/",
55+
"Content/"
56+
],
57+
"jspm": {
58+
"main": "false",
59+
"format": "amd",
60+
"files": [
61+
"Scripts",
62+
"Content"
63+
],
64+
"dependencies": {
65+
"jquery": "npm:jquery@^2.2.3",
66+
"jquery-easing": "npm:jquery.easing@^1.3.2",
67+
"jsrender": "npm:jsrender@^0.9.75"
68+
}
69+
}
5370
}
5471

0 commit comments

Comments
 (0)