redux-devtools/package.json
Mihail Diordiev 2f91b8765c
Move redux-devtools-test-generator package (#438)
* Move from zalmoxisus/redux-devtools-test-generator

* Update package and links

* Fix CI
2018-12-23 02:13:56 +02:00

25 lines
755 B
JSON

{
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-flowtype": "3.2.0",
"lerna": "3.4.2"
},
"scripts": {
"lerna": "lerna",
"prepare": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
"build:all": "lerna run build",
"publish": "lerna publish",
"canary": "lerna publish --canary preminor --npm-tag alpha",
"next": "lerna publish --bump prerelease --npm-tag next",
"lint": "lerna run lint --since master -- --color",
"lint:all": "lerna run lint -- --color",
"test": "lerna run test --since master -- --colors",
"test:all": "lerna run test -- --colors"
},
"workspaces": [
"packages/*"
]
}