Skip to content

Commit

Permalink
fix: man and module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson-Skiba committed Sep 8, 2021
1 parent 2e6ee76 commit 931bc9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"author": "Tyson Skiba <tskiba@gmail.com>",
"description": "Adds callback functionality for react dom in react 18 and above",
"main": "es5/index.js",
"module": "es6/index.js",
"main": "dist/es5/index.js",
"module": "dist/es6/index.js",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,7 @@
"sideEffects": false,
"scripts": {
"compile": "rimraf dist && tsc && tsc --build tsconfig.es5.json",
"release": "yarn compile && yarn copyfiles README.md dist && yarn copyfiles package.json",
"semantic-release": "semantic-release"
"release": "yarn compile && semantic-release"
},
"peerDependencies": {
"react": "^16.2.0",
Expand Down

0 comments on commit 931bc9f

Please sign in to comment.