Skip to content

Commit 80ffb8c

Browse files
ignore files and registry added
1 parent 7cb4b2e commit 80ffb8c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,24 @@
5757
"jspm": {
5858
"main": false,
5959
"format": "amd",
60+
"registry" : "npm",
6061
"files": [
6162
"Scripts",
6263
"Content"
6364
],
6465
"dependencies": {
6566
"jquery": "*",
66-
"jquery-easing": "github:gdsmith/jquery.easing",
67+
"jquery-easing": "*",
6768
"jsrender": "*"
6869
},
6970
"ignore": [
7071
"Scripts/jquery.unobtrusive-ajax.min.js",
71-
"Scripts/jquery.validate.unobtrusive.min.js",
72+
"Scripts/jquery.validate.unobtrusive.min.js",
73+
"Scripts/jsrender.min.js",
74+
"Scripts/ej.widgets.all*.js",
75+
"Scripts/ej.widgets.all.min.map",
7276
"Scripts/web/ej.web.all*.js",
73-
"Scripts/web/ej.web.all*.map"
77+
"Scripts/web/ej.web.all.min.map"
7478
]
7579
}
7680
}

0 commit comments

Comments
 (0)