Skip to content

Commit

Permalink
Merge pull request #9 from ryanSN/ryansn-package-fix
Browse files Browse the repository at this point in the history
fix: package.json
  • Loading branch information
ryanSN committed Nov 8, 2020
2 parents 5928879 + d4d6143 commit d415b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "winmojilib",
"version": "0.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "0.3.1",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": "[email protected]:ryanSN/winmojilib.git",
"author": "ryanSn",
"license": "MIT",
Expand Down

0 comments on commit d415b42

Please sign in to comment.