Skip to content

Commit

Permalink
Bug fixes in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-misra committed Aug 19, 2020
1 parent a96d346 commit 46f2bff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
"name": "porpoise-router",
"version": "1.0.0",
"description": "An powerful framework-agnostic routing solution.",
"main": "index.js",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"scripts": {
"build": "tsc && webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/porpoise/porpoise-router"
},
"author": "raghav-misra",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 46f2bff

Please sign in to comment.