Skip to content

Commit df4913b

Browse files
committed
Merge pull request #102 from eleven-labs/misc
Update version to 0.6.2, and fix gitignore
2 parents 25a041e + e21d18e commit df4913b

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

app/templates/gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules
2+
bower_components
23
dist
34
.tmp
45
.sass-cache
5-
src/bower_components

package.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
{
22
"name": "generator-gulp-angular",
3-
"version": "0.6.1",
4-
"description": "Yeoman generator for Gulp & Angular",
3+
"version": "0.6.2",
4+
"description": "Yeoman generator for AngularJS with GulpJS",
5+
"keywords": "yeoman-generator, angular, gulp",
56
"license": "MIT",
7+
"author": "Matthieu Lux <[email protected]> (https://github.com/Swiip)",
8+
"contributors": [
9+
"Matthieu Lux <[email protected]> (https://github.com/Swiip)",
10+
"Mehdy Dara <[email protected]> (http://eleven-labs.com/)"
11+
],
12+
"files": [
13+
"app"
14+
],
615
"main": "app/index.js",
716
"repository": "Swiip/generator-gulp-angular",
8-
"author": {
9-
"name": "Swiip",
10-
"email": "[email protected]",
11-
"url": "https://github.com/Swiip"
12-
},
13-
"engines": {
14-
"node": ">=0.10.0"
15-
},
1617
"scripts": {
1718
"pretest": "cd test/deps && npm install && bower install",
1819
"test": "mocha -g protractor -i"
1920
},
20-
"files": [
21-
"app"
22-
],
23-
"keywords": [
24-
"yeoman-generator"
25-
],
2621
"dependencies": {
2722
"async": "~0.8.0",
2823
"chalk": "~0.4.0",
@@ -38,9 +33,12 @@
3833
"colors": "~0.6.2",
3934
"gulp-less": "^1.3.3",
4035
"gulp-sass": "^0.7.3",
41-
"mocha": "*"
36+
"mocha": "~1.21.0"
4237
},
4338
"peerDependencies": {
4439
"yo": ">=1.0.0"
40+
},
41+
"engines": {
42+
"node": ">=0.10.0"
4543
}
4644
}

0 commit comments

Comments
 (0)