diff --git a/README.md b/README.md index fc425d82..8f3f2749 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Gitter](http://img.shields.io/badge/Gitter-room-brightgreen.svg?style=flat)](https://gitter.im/Swiip/generator-gulp-angular) [![Gratipay](http://img.shields.io/gratipay/Swiip.svg?style=flat)](https://gratipay.com/Swiip/) -Offers you a Yeoman generator to initiate a Web application with the following workflow: +Offers you a Yeoman generator to initiate a Web application with Angular powered by GulpJS. ![Logo](app/templates/src/assets/images/generator-gulp-angular-logo-200x200.png) @@ -139,15 +139,9 @@ The root directory generated for a app with name `gulpAngular` : * *CSS pre-processor*: Less, Sass with Ruby and Node, Stylus, none * *JS preprocessor*: CoffeeScript, TypeScript, ECMAScript 6 (Traceur and Babel), none * *HTML preprocessor*: Jade, Haml, Handlebars, none -* **TODO** Script loader: Require, Browserify, none +* **TODO** Script loader: Require, Webpack, none * **TODO** Test framework: Jasmine, Mocha, Qunit -## Known issue - -Protractor tests are not stable with PhantomJS, at least not on my Mac. I'm getting unpredictable disconnections between webdriverjs and phantomjs. - -I tried many configurations for Protractor without success, any hint would be appreciated. - ## Changelog [All changes listed in the GitHub releases](https://github.com/Swiip/generator-gulp-angular/releases) diff --git a/package.json b/package.json index 941d59b6..c83698c5 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "generator-gulp-angular", - "version": "0.9.1", + "version": "0.10.0", "preferGlobal": true, "description": "Yeoman generator for AngularJS with GulpJS", - "keywords": "yeoman-generator, angular, gulp", + "keywords": "yeoman-generator, angular, gulp, restangular, ui-router, bootstrap, angular-material, foundation, sass, less, es6, babel, traceur, typescript, coffeescript, jade, haml, webpack, jshint", "license": "MIT", "author": "Matthieu Lux & Mehdy Dara", "contributors": [