8000 Add "amd" keyword to package.json. [ci skip] · lodash/lodash@60275d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60275d3

Browse files
committed
Add "amd" keyword to package.json. [ci skip]
1 parent 9b5b471 commit 60275d3

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

package.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@
55
"homepage": "http://lodash.com/",
66
"license": "MIT",
77
"main": "dist/lodash.js",
8-
"keywords": [
9-
"browser",
10-
"client",
11-
"functional",
12-
"performance",
13-
"server",
14-
"speed",
15-
"util"
16-
],
8+
"keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"],
179
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
1810
"contributors": [
1911
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
@@ -22,14 +14,8 @@
2214
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
2315
],
2416
"bugs": "https://github.com/lodash/lodash/issues",
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com/lodash/lodash.git"
28-
},
29-
"engines": [
30-
"node",
31-
"rhino"
32-
],
17+
"repository": { "type": "git", "url": "https://github.com/lodash/lodash.git" },
18+
"engines": ["node", "rhino"],
3319
"files": [
3420
"LICENSE.txt",
3521
"dist/lodash.js",

0 commit comments

Comments
 (0)
0