Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Mar 12, 2020
1 parent 88b2383 commit 6985c7a
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"name": "react-state-selector",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"react",
"immer",
"immerjs",
"redux",
"state",
"reselect",
"selector",
"react-state"
],
"license": "MIT",
"author": "PabloSzx",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/react-state-selector.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsdx build -i ./src/index.ts",
"build-storybook": "rm -rf ./dist && build-storybook -o docs -s stories/utils/public",
Expand All @@ -27,10 +37,12 @@
"collectCoverage": true,
"coverageDirectory": "./coverage/"
},
"resolutions": {
"@types/react": "16.9.23"
},
"dependencies": {
"immer": "^6.0.1",
"reselect": "^4.0.0",
"skmeans": "^0.11.3"
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down Expand Up @@ -77,8 +89,5 @@
},
"peerDependencies": {
"react": ">=16.8"
},
"resolutions": {
"@types/react": "16.9.23"
}
}

0 comments on commit 6985c7a

Please sign in to comment.