diff --git a/README.md b/README.md index f7ee1c2..5a0cdcd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # meteor-sfc This package implements single file component for meteor.js + Regular meteor approach is to put html, less and js files into different files. + But having all in single file component is more visual. Inspired by https://vuejs.org/v2/guide/single-file-components.html @@ -36,6 +38,7 @@ example.ui ~~~~ meteor-sfc will parse **example.ui** and create at the same level: + **example.html** with handlebars templates
**example.less** with styles
**example.js** with scripts diff --git a/package.json b/package.json index da27bda..7557f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meteor-sfc", - "version": "1.0.6", + "version": "1.0.7", "description": "Meteor Single File Components", "main": "meteor-sfc.js", "scripts": {