This commit is contained in:
Irakli Gozalishvili 2017-07-03 14:41:48 -07:00
Родитель 96c23f223c
Коммит 2808359056
1 изменённых файлов: 3 добавлений и 11 удалений

Просмотреть файл

@ -1,13 +1,8 @@
{
"name": "reflex",
"version": "1.0.0",
"version": "1.1.0",
"description": "Functional reactive UI library",
"keywords": [
"reflex",
"reactive",
"functional",
"UI"
],
"keywords": ["reflex", "reactive", "functional", "UI"],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"main": "reflex",
"devDependencies": {
@ -36,10 +31,7 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --parser flow --no-semi --write",
"git add"
]
"*.js": ["prettier --parser flow --no-semi --write", "git add"]
},
"repository": "https://github.com/mozilla/reflex",
"license": "MIT",