Skip to content

Commit

Permalink
fix: Error: Cannot find module ../lib (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory <[email protected]>
  • Loading branch information
gsukanto and Gregory authored May 21, 2021
1 parent ab63bf6 commit f7b86cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "1.3.4",
"license": "MIT",
"author": "@hyperjumptech",
"main": "src/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"monika": "./bin/run"
},
Expand All @@ -20,6 +21,7 @@
"preinstall": "node scripts/preinstall.js",
"pretest": "npm run check-format",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rm -rf lib && tsc -b && oclif-dev readme",
"start": "./bin/run",
"test": "cross-env NODE_ENV=test nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md",
Expand Down Expand Up @@ -92,10 +94,8 @@
},
"files": [
"/bin",
"/config_sample",
"/docs",
"/scripts",
"/src"
"/lib",
"/scripts"
],
"homepage": "https://github.com/https://github.com/hyperjumptech/monika",
"bugs": "https://github.com/https://github.com/hyperjumptech/monika/issues",
Expand Down

0 comments on commit f7b86cc

Please sign in to comment.