Skip to content

Commit

Permalink
Updated tutorials to explicitly export BEMJSON [issue 403] (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
godfreyd authored and blond committed Dec 3, 2016
1 parent 51a5e78 commit e0289a1
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 e0289a1

Please sign in to comment.