Update bower dependencies.
This commit is contained in:
parent
62d4d89204
commit
ffc4dc9ec7
715 changed files with 4134 additions and 134336 deletions
6
app/bower_components/es5-shim/package.json
vendored
6
app/bower_components/es5-shim/package.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "es5-shim",
|
||||
"version": "3.1.1",
|
||||
"version": "3.4.0",
|
||||
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
|
||||
"homepage": "http://github.com/es-shims/es5-shim/",
|
||||
"contributors": [
|
||||
|
@ -30,10 +30,12 @@
|
|||
"minify": "npm run minify-shim && npm run minify-sham",
|
||||
"minify-shim": "uglifyjs es5-shim.js --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false > es5-shim.min.js",
|
||||
"minify-sham": "uglifyjs es5-sham.js --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
|
||||
"test": "jasmine-node --matchall tests/spec/"
|
||||
"test": "jasmine-node --matchall tests/spec/",
|
||||
"lint": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jasmine-node": "~1.14.2",
|
||||
"jscs": "~1.4.5",
|
||||
"uglify-js": "~2.4.12"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue