Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "trolly", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A starter kit to get you up and running with a bunch of awesome new front-end technologies using Babel, Webpack, Mocha, Sinon, Chai, Karma, Coveralls, and ESLint without any framework dependencies.", | ||
@@ -14,5 +14,5 @@ "scripts": { | ||
"test:browser": "./node_modules/.bin/karma start --single-run", | ||
"cov:server": "open coverage/cli/index.html", | ||
"cov:browser": "open coverage/Phantom*/index.html", | ||
"cov:chrome": "open coverage/Chrome*/index.html", | ||
"cov:server": "( which start && start coverage/cli/index.html ) || ( which xdg-open xdg-open coverage/cli/index.html ) || ( which open && open coverage/cli/index.html )", | ||
"cov:browser": "( which start && start coverage/Phantom*/index.html ) || ( which xdg-opn && xdg-open coverage/Phantom*/index.html ) || ( which open && open coverage/Phantom*/index.html )", | ||
"cov:chrome": "( which start && start coverage/Chrome*/index.html ) || ( which xdg-open && xdg-open coverage/Chrome*/index.html ) || ( which open && open coverage/Chrome*/index.html )", | ||
"watch:server": "npm run test:server -- --watch", | ||
@@ -83,3 +83,3 @@ "watch:browser": "./node_modules/.bin/karma start --auto-watch --no-single-run", | ||
"babel-cli": "^6.6.5", | ||
"babel-eslint": "^6.0.0-beta.6", | ||
"babel-eslint": "^6.0.0", | ||
"babel-loader": "^6.2.4", | ||
@@ -91,3 +91,3 @@ "babel-preset-es2015": "^6.6.0", | ||
"chai": "^3.5.0", | ||
"eslint": "^2.4.0", | ||
"eslint": "^2.5.3", | ||
"eslint-config-airbnb": "^6.2.0", | ||
@@ -106,3 +106,3 @@ "eslint-loader": "^1.3.0", | ||
"karma-sinon-chai": "^1.2.0", | ||
"karma-spec-reporter": "0.0.24", | ||
"karma-spec-reporter": "0.0.25", | ||
"karma-webpack": "^1.7.0", | ||
@@ -116,3 +116,3 @@ "karma-chrome-launcher": "^0.2.3", | ||
"npm-check-updates": "^2.6.1", | ||
"phantomjs-prebuilt": "^2.1.6", | ||
"phantomjs-prebuilt": "^2.1.7", | ||
"sinon-chai": "^2.8.0", | ||
@@ -129,3 +129,2 @@ "sinon": "^1.17.3", | ||
"webpack-notifier": "1.3.1" | ||
}, | ||
@@ -148,4 +147,3 @@ "babel": { | ||
"license": "MIT", | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
21920