Skip to content

Commit

Permalink
tydux-react release: fixed paths in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
romanroe committed May 11, 2022
1 parent 2bbcab5 commit 48202c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions modules/tydux-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions modules/tydux-react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@w11k/tydux-react",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tydux hooks library for React projects",
"typings": "./bundle/index.d.ts",
"main": "./bundle/index.js",
"module": "./esm5/index.js",
"esm5": "./esm5/index.js",
"esm2015": "./esm2015/index.js",
"typings": "./dist/bundle/index.d.ts",
"main": "./dist/bundle/index.js",
"module": "./dist/esm5/index.js",
"esm5": "./dist/esm5/index.js",
"esm2015": "./dist/esm2015/index.js",
"scripts": {
"clean": "shx rm -rf dist",
"test": "jest --config ./jest.config.js",
Expand Down

0 comments on commit 48202c7

Please sign in to comment.