diff --git a/.gitignore b/.gitignore index 1b6b887..e24c7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ npm-debug.log ### bower ### /bower_components/* +/web + diff --git a/.npmignore b/.npmignore index 3d3d43f..2e1c1bc 100644 --- a/.npmignore +++ b/.npmignore @@ -20,5 +20,6 @@ npm-debug.log /test ### gh-pages content ### -index.html -playground +/index.html +/playground +/web diff --git a/README.md b/README.md index f0ae382..39c331a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Some love JSX, some don't. We don't. More specifically, it seems to us that JSX ## Installation You can install react-templates using npm: ```shell -npm install git+ssh://git@github.com:wix/react-templates -g +npm install react-templates -g ``` ## Usage @@ -41,9 +41,6 @@ npm install git+ssh://git@github.com:wix/react-templates -g rt [file.rt|dir]* [options] ``` -**src/cli.js < filename.rt >** -*(you might need to provide execution permission to the file)* ? - Note that in most cases, this package will be wrapped in a Grunt task, so that cli will not be used explicitly. [grunt-react-templates](https://github.com/wix/grunt-react-templates) diff --git a/package.json b/package.json index e8fe517..539d646 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,7 @@ { "name": "react-templates", - "version": "0.1.2", + "version": "0.1.3", "description": "Light weight templates for react -> write html get valid react code", - "publishConfig": { - "registry": "http://repo.dev.wix/artifactory/api/npm/npm-local" - }, "main": "./src/cli.js", "bin": { "rt": "./bin/rt.js"