This commit is contained in:
idok 2018-05-07 18:42:11 +03:00
parent 140ede94c7
commit a1c918c238
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "react-templates", "name": "react-templates",
"version": "0.6.1", "version": "0.6.2",
"description": "Light weight templates for react -> write html get valid react code", "description": "Light weight templates for react -> write html get valid react code",
"main": "./dist/cli.js", "main": "./dist/cli.js",
"bin": { "bin": {
@ -30,7 +30,8 @@
"url": "https://github.com/wix/react-templates/issues" "url": "https://github.com/wix/react-templates/issues"
}, },
"files": [ "files": [
"dist", "bin" "dist",
"bin"
], ],
"homepage": "https://github.com/wix/react-templates", "homepage": "https://github.com/wix/react-templates",
"dependencies": { "dependencies": {