commit 8df88fd6ce7dee5d51364f1c3e405e5040534390
parent 023575c41e920519658df0950592563b32433336
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Thu, 18 Sep 2014 01:09:11 +0400
Update npm packages
Diffstat:
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/config/karma.js b/config/karma.js
@@ -1,3 +1,13 @@
+/*!
+ * Facebook React Starter Kit | https://github.com/kriasoft/react-starter-kit
+ * Copyright (c) KriaSoft, LLC. All rights reserved. See LICENSE.txt
+ */
+
+/*
+ * Karma configuration. For more information visit
+ * http://karma-runner.github.io/0.12/config/configuration-file.html
+ */
+
var webpackConfig = require('./webpack.js')(/* release */ false);
module.exports = function (config) {
diff --git a/package.json b/package.json
@@ -13,20 +13,17 @@
"devDependencies": {
"browser-sync": "^1.3.7",
"del": "^0.1.3",
- "ecstatic": "^0.5.4",
"gulp": "^3.8.8",
"gulp-autoprefixer": "0.0.10",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-csscomb": "^3.0.2",
- "gulp-embedlr": "^0.5.2",
"gulp-gh-pages": "^0.3.4",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
- "gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-css": "^0.3.8",
"gulp-plumber": "^0.6.5",
@@ -40,11 +37,9 @@
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.2.2",
- "karma-webpack-plugin": "^1.0.0",
"merge-stream": "^0.1.5",
"minimist": "^1.1.0",
"protractor": "^1.2.0",
- "rimraf": "^2.2.8",
"run-sequence": "^0.3.6",
"url-loader": "^0.5.5",
"webpack": "^1.4.0-beta9",