Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosommi committed Aug 10, 2015
2 parents 1877b61 + 5174020 commit 076117a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore": [
"es5/**/*.js"
]
}
4 changes: 4 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
languages:
JavaScript: true
exclude_paths:
- es5/*
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-troupe",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generator for FAM troupe.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,25 +43,28 @@
"devDependencies": {
"babel": "^5.5.6",
"babel-eslint": "^3.1.20",
"eslint": "^0.24.0",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"eslint": "^0.24.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"gulp-babel": "^5.1.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-spawn-mocha": "^2.2.1",
"gulp-util": "^3.0.6",
"karma": "^0.12.36",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-detect-browsers": "^2.0.0",
"karma-chrome-launcher": "^0.2.0",
"karma-detect-browsers": "^2.0.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.11",
"mocha": "^2.2.5"
}
"mocha": "^2.2.5",
"superstack": "0.0.4"
},
"generatorVersion": "0.2.20"
}
3 changes: 2 additions & 1 deletion tasks/test-local.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import gulp from "gulp";
import mocha from "gulp-spawn-mocha";
import mocha from "gulp-mocha";
import "superstack";
import istanbul from "gulp-istanbul";
import paths from "../paths.json";

Expand Down

0 comments on commit 076117a

Please sign in to comment.