Skip to content

Commit

Permalink
changed page.bemjson.js example code
Browse files Browse the repository at this point in the history
without module.exports enb make fails with unexpected token *:*
  • Loading branch information
versus-stack authored and blond committed Dec 3, 2016
1 parent 0ae5234 commit 7d5c190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
Пример BEMJSON-файла:

```js
({
module.exports = {
block: 'page',
content: 'Hello BEM!'
})
};
```

В файловой системе наш проект будет выглядеть так:
Expand Down

0 comments on commit 7d5c190

Please sign in to comment.