Skip to content

Commit 5c0cb90

Browse files
committed
Reorder package.json
1 parent 2a604f0 commit 5c0cb90

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
22
"name": "underscore",
33
"description": "JavaScript's functional programming helper library.",
4+
"version": "1.12.0",
5+
"author": "Jeremy Ashkenas <[email protected]>",
6+
"license": "MIT",
47
"homepage": "https://underscorejs.org",
8+
"repository": {
9+
"type": "git",
10+
"url": "git://github.com/jashkenas/underscore.git"
11+
},
512
"keywords": [
613
"util",
714
"functional",
815
"server",
916
"client",
1017
"browser"
1118
],
12-
"author": "Jeremy Ashkenas <[email protected]>",
13-
"repository": {
14-
"type": "git",
15-
"url": "git://github.com/jashkenas/underscore.git"
16-
},
1719
"main": "underscore.js",
1820
"type": "commonjs",
1921
"module": "modules/index-all.js",
20-
"version": "1.12.0",
2122
"devDependencies": {
2223
"coveralls": "^2.11.2",
2324
"docco": "^0.8.0",
@@ -54,7 +55,6 @@
5455
"weight": "npm run bundle && npm run minify-umd | gzip-size | pretty-bytes",
5556
"prepublishOnly": "npm run build && npm run doc"
5657
},
57-
"license": "MIT",
5858
"files": [
5959
"underscore.js",
6060
"underscore.js.map",

0 commit comments

Comments
 (0)