Browse Source

Update packages

pull/6251/head
Ruud 9 years ago
parent
commit
79f3fd869c
  1. 2
      couchpotato/static/scripts/combined.base.min.js
  2. 16
      package.json

2
couchpotato/static/scripts/combined.base.min.js

@ -2078,7 +2078,7 @@ var AboutSettingTab = new Class({
target: "_blank", target: "_blank",
text: "UsenetServer" text: "UsenetServer"
}), new Element("span[text=or]"), new Element("a", { }), new Element("span[text=or]"), new Element("a", {
href: "http://www.newshosting.com/partners/?a_aid=couchpotato&a_bid=a0b022df", href: "https://www.newshosting.com/partners/?a_aid=couchpotato&a_bid=a0b022df",
target: "_blank", target: "_blank",
text: "Newshosting" text: "Newshosting"
}), new Element("span", { }), new Element("span", {

16
package.json

@ -13,17 +13,17 @@
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.3", "grunt-autoprefixer": "^3.0.3",
"grunt-concurrent": "~2.1.0", "grunt-concurrent": "~2.2.1",
"grunt-contrib-clean": "^0.7.0", "grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "~0.14.0", "grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-jshint": "~0.11.2", "grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-sass": "^0.9.2", "grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.11.0", "grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~1.0.0",
"grunt-env": "^0.4.4", "grunt-env": "^0.4.4",
"grunt-nose": "^1.0.0", "grunt-nose": "^1.0.0",
"grunt-shell-spawn": "^0.3.8", "grunt-shell-spawn": "^0.3.8",
"jit-grunt": "^0.9.1", "jit-grunt": "^0.10.0",
"jshint-stylish": "^2.0.1", "jshint-stylish": "^2.0.1",
"time-grunt": "^1.2.1" "time-grunt": "^1.2.1"
} }

Loading…
Cancel
Save