Skip to content
Snippets Groups Projects
Commit d9bb9fff authored by Morris Jobke's avatar Morris Jobke
Browse files

update underscore to 1.8.3

parent 4edfadac
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -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"
} }
} }
{ {
"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 @@ ...@@ -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"
} }
\ No newline at end of file
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
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment