Skip to content

Commit 6aa07ce

Browse files
committed
2.4.1
1 parent 55a922a commit 6aa07ce

1 file changed

Lines changed: 26 additions & 17 deletions

File tree

package.json

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
{
2-
"name": "scriptjs"
3-
, "description": "Asyncronous JavaScript loader and dependency manager"
4-
, "keywords": ["ender", "script", "dependency", "ajax", "jsonp", "loader"]
5-
, "version": "2.4.0"
6-
, "homepage": "https://github.com/ded/script.js"
7-
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
8-
, "contributors": ["Jacob Thornton <jacob@twitter.com> (https://github.com/fat)"]
9-
, "main": "./dist/script.js"
10-
, "ender": "./src/ender.js"
11-
, "repository": {
12-
"type": "git"
13-
, "url": "https://github.com/ded/script.js.git"
14-
}
15-
, "devDependencies": {
16-
"sink-test": "*"
17-
, "domready": "*"
18-
, "smoosh": "*"
2+
"name": "scriptjs",
3+
"description": "Asyncronous JavaScript loader and dependency manager",
4+
"keywords": [
5+
"ender",
6+
"script",
7+
"dependency",
8+
"ajax",
9+
"jsonp",
10+
"loader"
11+
],
12+
"version": "2.4.1",
13+
"homepage": "https://github.com/ded/script.js",
14+
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
15+
"contributors": [
16+
"Jacob Thornton <jacob@twitter.com> (https://github.com/fat)"
17+
],
18+
"main": "./dist/script.js",
19+
"ender": "./src/ender.js",
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/ded/script.js.git"
23+
},
24+
"devDependencies": {
25+
"sink-test": "*",
26+
"domready": "*",
27+
"smoosh": "*"
1928
}
2029
}

0 commit comments

Comments
 (0)