Skip to content

Commit 7cb4b2e

Browse files
ignore web all scripts committed
1 parent 46a5e39 commit 7cb4b2e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,14 @@
6363
],
6464
"dependencies": {
6565
"jquery": "*",
66-
"jquery-easing": "*",
66+
"jquery-easing": "github:gdsmith/jquery.easing",
6767
"jsrender": "*"
6868
},
6969
"ignore": [
70-
71-
".npmignore",
72-
73-
"package.json",
74-
7570
"Scripts/jquery.unobtrusive-ajax.min.js",
76-
77-
"Scripts/jquery.validate.unobtrusive.min.js",
78-
79-
"Scripts/web/ej.web.all.*.js"
71+
"Scripts/jquery.validate.unobtrusive.min.js",
72+
"Scripts/web/ej.web.all*.js",
73+
"Scripts/web/ej.web.all*.map"
8074
]
8175
}
8276
}

0 commit comments

Comments
 (0)