update version to 0.1.2
This commit is contained in:
parent
41b9a7d5dc
commit
1c0db6f722
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "react-templates",
|
"name": "react-templates",
|
||||||
"version": "0.1.1",
|
"version": "0.1.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",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://repo.dev.wix/artifactory/api/npm/npm-local"
|
"registry": "http://repo.dev.wix/artifactory/api/npm/npm-local"
|
||||||
},
|
},
|
||||||
"main": "./src/api.js",
|
"main": "./src/cli.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"rt": "./src/cli.js"
|
"rt": "./bin/rt.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test/src/test.js"
|
"test": "node test/src/test.js"
|
||||||
|
@ -39,4 +39,4 @@
|
||||||
"grunt-eslint": "^2.0.0",
|
"grunt-eslint": "^2.0.0",
|
||||||
"tape": "^3.0.2"
|
"tape": "^3.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue