From 475bde2fe5d0320e47f185f0f778df097a232279 Mon Sep 17 00:00:00 2001 From: Andre Pedroza Date: Fri, 3 Nov 2017 00:10:21 -0300 Subject: [PATCH] Fix README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dfe855..a0bba3b 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To use this command you have to follow a directory pattern: - All ES6 code go into `src/` at project root. - Master Page code go into `src/master`. - Code of other pages go into `src/pages/[pageName]`. - - Every page folder have to have an `index.js`. + - Every page folder has to have an `index.js`. - The output folder is `public/js/pages/[pageName].min.js`. diff --git a/package.json b/package.json index 33620df..e6440ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adonis-es6-browser", - "version": "1.0.2", + "version": "1.0.3", "description": "An Ace command that starts a listener on file change compiling them into ES5 code using rollup with babel as well booting up a livereload server that updates the browser when changes occurred.", "main": "index.js", "scripts": {