update underscore to 1.8.3

This commit is contained in:
Morris Jobke 2015-07-22 15:58:48 +02:00
parent 4edfadac96
commit d9bb9fffe2
4 changed files with 771 additions and 564 deletions

View File

@ -25,7 +25,7 @@
"zxcvbn": "*",
"snapjs": "~2.0.0-rc1",
"strengthify": "0.4.1",
"underscore": "~1.6.0",
"underscore": "~1.8.0",
"bootstrap": "~3.3.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "underscore",
"version": "1.6.0",
"version": "1.8.3",
"main": "underscore.js",
"keywords": [
"util",
@ -10,24 +10,26 @@
"browser"
],
"ignore": [
"underscore-min.js",
"docs",
"test",
"*.yml",
"*.map",
"CNAME",
"index.html",
"favicon.ico",
"CONTRIBUTING.md"
"CONTRIBUTING.md",
".*",
"component.json",
"package.json",
"karma.*"
],
"homepage": "https://github.com/jashkenas/underscore",
"_release": "1.6.0",
"_release": "1.8.3",
"_resolution": {
"type": "version",
"tag": "1.6.0",
"commit": "1f4bf626f23a99f7a676f5076dc1b1475554c8f7"
"tag": "1.8.3",
"commit": "e4743ab712b8ab42ad4ccb48b155034d02394e4d"
},
"_source": "git://github.com/jashkenas/underscore.git",
"_target": "~1.6.0",
"_target": "~1.8.0",
"_originalSource": "underscore"
}

View File

@ -1,4 +1,4 @@
Copyright (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative
Copyright (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative
Reporters & Editors
Permission is hereby granted, free of charge, to any person

File diff suppressed because it is too large Load Diff