Skip to content

Commit

Permalink
fix: change package.json main file (#90)
Browse files Browse the repository at this point in the history
* chore: add test code

* chore: add test code

* chore: improve code coverage to 95%

* fix: when install p plugin in devDependencies cant use plugin

* fix: change package.json main file
  • Loading branch information
Stevenzwzhai authored and cpselvis committed Apr 24, 2019
1 parent 984d62b commit e6e7ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "feflow-cli",
"version": "0.15.3",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"main": "lib/core/index.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
Expand Down

0 comments on commit e6e7ee9

Please sign in to comment.