mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-28 08:59:45 +03:00
Update package
This commit is contained in:
parent
51aeaf77d8
commit
dd3e900c5f
|
@ -8,7 +8,7 @@ import '../src/presets.js';
|
||||||
setAddon(infoAddon);
|
setAddon(infoAddon);
|
||||||
setOptions({
|
setOptions({
|
||||||
name: 'DevUI',
|
name: 'DevUI',
|
||||||
url: 'https://github.com/zalmoxisus/devui',
|
url: 'https://github.com/reduxjs/redux-devtools/tree/master/packages/devui',
|
||||||
goFullScreen: false,
|
goFullScreen: false,
|
||||||
showLeftPanel: true,
|
showLeftPanel: true,
|
||||||
showDownPanel: true,
|
showDownPanel: true,
|
||||||
|
|
|
@ -6,15 +6,14 @@
|
||||||
"files": ["lib", "fonts"],
|
"files": ["lib", "fonts"],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zalmoxisus/devui.git"
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
||||||
},
|
},
|
||||||
"author":
|
"author":
|
||||||
"Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
"Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run storybook",
|
"start": "npm run storybook",
|
||||||
"build":
|
"build": "rimraf ./lib && babel ./src --out-dir ./lib --ignore tests,stories",
|
||||||
"rimraf ./lib && babel ./src --out-dir ./lib --ignore tests,stories",
|
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"lintfix": "eslint src --fix",
|
"lintfix": "eslint src --fix",
|
||||||
"lint:css": "stylelint './src/**/styles/*.js'",
|
"lint:css": "stylelint './src/**/styles/*.js'",
|
||||||
|
@ -23,13 +22,13 @@
|
||||||
"test": "jest --no-cache",
|
"test": "jest --no-cache",
|
||||||
"storybook": "start-storybook -p 9001 -c .storybook -s ./fonts",
|
"storybook": "start-storybook -p 9001 -c .storybook -s ./fonts",
|
||||||
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
||||||
"prepublish": "npm run lint && npm run test && npm run build",
|
"prepare": "npm run build",
|
||||||
"postpublish": "npm run publish-storybook"
|
"prepublishOnly": "npm run lint && npm run test && npm run build"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/zalmoxisus/devui/issues"
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/zalmoxisus/devui",
|
"homepage": "https://github.com/reduxjs/redux-devtools",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@storybook/addon-actions": "^3.2.13",
|
"@storybook/addon-actions": "^3.2.13",
|
||||||
"@storybook/addon-info": "^3.2.13",
|
"@storybook/addon-info": "^3.2.13",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user