Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Pedroza committed Nov 3, 2017
1 parent 8d40aaa commit 475bde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 475bde2

Please sign in to comment.