зеркало из https://github.com/mozilla/reflex.git
Version 1.1.0
This commit is contained in:
Родитель
96c23f223c
Коммит
2808359056
14
package.json
14
package.json
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче