diff --git a/README.md b/README.md index a97f310..5b898a0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## What APEX Front-End Boost is APEX Front-End Boost is a personal local web server that hosts and distributes your files to your APEX application. -APEX Front-End Boost makes coding faster, easier, and prettier. This productivity tool helps you work with static files (`js`, `css`, `images`, etc.) more efficiently within an APEX application. +APEX Front-End Boost makes coding faster and easier. This productivity tool helps you work with static files (`js`, `css`, `images`, etc.) more efficiently within an APEX application. ![demo](/docs/demo-main.gif) @@ -46,9 +46,9 @@ APEX Front-End Boost makes coding faster, easier, and prettier. This productivit - Be notified of `js` and `css` errors as you save. #### Other benefits -It makes responsive development easier by synchronizing multiple devices together. Your desktop, tablet and mobile device will imitate each others actions (scrolling, clicking, typing) as long as you've got APEX Front-End Boost running. - -It eliminates the need for refreshing the browser. As soon as you save your code in the text editor, you get automatic code injection / reloading in the browser. +- Makes responsive development easier by synchronizing multiple devices together. +- All devices (desktop, tablet, mobile, etc.) will imitate each others actions (scrolling, clicking, typing). +- Eliminates the need for refreshing the browser. As soon as you save your code in the text editor, you get automatic code injection / reloading in the browser. ## Project Sponsors Thanks to [Insum Solutions](http://insum.ca/) for sponsoring this project. diff --git a/package.json b/package.json index 44ec33c..3bd3381 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apex-frontend-boost", "version": "2.1.3", "author": "OraOpenSource", - "description": "Enhance your productivity with a complete Front-End Stack for Oracle APEX development", + "description": "Boost your JavaScript and CSS productivity in Oracle APEX", "license": "MIT", "keywords": [ "oracle", @@ -38,7 +38,7 @@ "gulp-cssnano": "2.1.x", "gulp-header": "1.8.x", "gulp-if": "2.0.x", - "gulp-imagemin": "3.0.x", + "gulp-imagemin": "3.1.x", "gulp-jshint": "2.0.x", "gulp-less": "3.1.x", "gulp-load-plugins": "1.3.x", @@ -46,7 +46,7 @@ "gulp-rename": "1.2.x", "gulp-sass": "2.3.x", "gulp-size": "2.1.x", - "gulp-sourcemaps": "2.1.1", + "gulp-sourcemaps": "2.2.0", "gulp-uglify": "2.0.x", "gulp-util": "3.0.x", "jshint": "2.x", @@ -59,6 +59,6 @@ "run-sequence": "1.2.x", "through2": "2.0.x", "update-notifier": "1.0.x", - "yargs": "6.0.x" + "yargs": "6.3.x" } }