Skip to content

Commit f9ca00d

Browse files
JSPM and NPM issues fixed.
1 parent b04f042 commit f9ca00d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,16 @@
5555
"Content/"
5656
],
5757
"jspm": {
58-
"registry" : "github",
5958
"main": false,
6059
"format": "amd",
6160
"files": [
6261
"Scripts",
6362
"Content"
6463
],
6564
"dependencies": {
66-
"jquery": "npm:jquery@^2.2.3",
67-
"jquery-easing": "npm:jquery.easing@^1.3.2",
68-
"jsrender": "npm:jsrender@^0.9.75"
65+
"jquery": "*",
66+
"jquery-easing": "*",
67+
"jsrender": "*"
6968
}
7069
}
7170
}

0 commit comments

Comments
 (0)