Update package and links

This commit is contained in:
Zalmoxisus 2018-12-23 01:26:43 +02:00
parent 3fd7d3878e
commit 4da24cc732
3 changed files with 7 additions and 6 deletions

View File

@ -11,7 +11,7 @@ npm install --save-dev redux-devtools-test-generator
If you use [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension), [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) or [RemoteDev](https://github.com/zalmoxisus/remotedev), it's already there, and no additional actions required. If you use [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension), [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) or [RemoteDev](https://github.com/zalmoxisus/remotedev), it's already there, and no additional actions required.
With [`redux-devtools`](https://github.com/gaearon/redux-devtools) and [`redux-devtools-inspector`](https://github.com/alexkuz/redux-devtools-inspector): With [`redux-devtools`](https://github.com/reduxjs/redux-devtools) and [`redux-devtools-inspector`](https://github.com/reduxjs/redux-devtools/packages/redux-devtools-inspector):
##### `containers/DevTools.js` ##### `containers/DevTools.js`

View File

@ -12,11 +12,12 @@
"build": "babel src --out-dir lib", "build": "babel src --out-dir lib",
"lint": "eslint src test", "lint": "eslint src test",
"test": "jest --no-cache", "test": "jest --no-cache",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build" "prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/zalmoxisus/redux-devtools-test-generator.git" "url": "https://github.com/reduxjs/redux-devtools.git"
}, },
"keywords": [ "keywords": [
"redux", "redux",
@ -31,9 +32,9 @@
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)", "author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/zalmoxisus/redux-devtools-test-generator/issues" "url": "https://github.com/reduxjs/redux-devtools/issues"
}, },
"homepage": "https://github.com/zalmoxisus/redux-devtools-test-generator", "homepage": "https://github.com/reduxjs/redux-devtools",
"devDependencies": { "devDependencies": {
"babel-cli": "^6.10.1", "babel-cli": "^6.10.1",
"babel-core": "^6.10.4", "babel-core": "^6.10.4",

View File

@ -20,7 +20,7 @@
"lint:fix": "eslint --fix src test", "lint:fix": "eslint --fix src test",
"test": "jest --no-cache", "test": "jest --no-cache",
"prepare": "npm run clean && npm run build", "prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run lint && npm run test" "prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build"
}, },
"devDependencies": { "devDependencies": {
"babel-cli": "^6.10.1", "babel-cli": "^6.10.1",