Skip to content

Commit

Permalink
Reorder package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 9, 2021
1 parent 2a604f0 commit 5c0cb90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "underscore",
"description": "JavaScript's functional programming helper library.",
"version": "1.12.0",
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
"license": "MIT",
"homepage": "https://underscorejs.org",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/underscore.git"
},
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/underscore.git"
},
"main": "underscore.js",
"type": "commonjs",
"module": "modules/index-all.js",
"version": "1.12.0",
"devDependencies": {
"coveralls": "^2.11.2",
"docco": "^0.8.0",
Expand Down Expand Up @@ -54,7 +55,6 @@
"weight": "npm run bundle && npm run minify-umd | gzip-size | pretty-bytes",
"prepublishOnly": "npm run build && npm run doc"
},
"license": "MIT",
"files": [
"underscore.js",
"underscore.js.map",
Expand Down

0 comments on commit 5c0cb90

Please sign in to comment.