Skip to content

Commit

Permalink
fix: attempt to fix deployed artifact to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Aug 16, 2021
1 parent a3d8e4e commit 752e3af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"keywords": [
"dev.to"
],
"main": "bin/dev-to-git.umd.js",
"module": "bin/dev-to-git.es5.js",
"typings": "bin/types/dev-to-git.d.ts",
"main": "./dev-to-git.umd.js",
"module": "./dev-to-git.es5.js",
"typings": "./types/dev-to-git.d.ts",
"files": [
"bin"
],
"bin": {
"dev-to-git": "bin/index.js"
"dev-to-git": "./index.js"
},
"author": "Maxime Robert <[email protected]>",
"repository": {
Expand Down

0 comments on commit 752e3af

Please sign in to comment.