mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
2f91b8765c
* Move from zalmoxisus/redux-devtools-test-generator * Update package and links * Fix CI
25 lines
755 B
JSON
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/*"
|
|
]
|
|
}
|