Skip to content

Commit 4022c92

Browse files
committed
add keywords
1 parent 7c34318 commit 4022c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "scriptjs",
33
"description": "Asyncronous JavaScript loader and dependency manager",
4+
"keywords": ["ender", "script", "dependency", "ajax", "jsonp", "loader"],
45
"version": "2.1.4",
56
"homepage": "https://github.com/ded/script.js",
67
"authors": ["Dustin Diaz <@ded>", "Jacob Thornton <@fat>"],
@@ -9,6 +10,5 @@
910
"url": "https://github.com/ded/script.js.git"
1011
},
1112
"main": "./dist/script.js",
12-
"ender": "./src/ender.js",
13-
"changelog": "https://github.com/ded/script.js/commit/a46c909375581663591907278198db136e726eb7"
13+
"ender": "./src/ender.js"
1414
}

0 commit comments

Comments
 (0)