update underscore to 1.8.3

remotes/origin/handlebars-approach
Morris Jobke 2015-07-22 15:58:48 +07:00
parent 4edfadac96
commit d9bb9fffe2
4 changed files with 768 additions and 561 deletions

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

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

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

File diff suppressed because it is too large Load Diff