Skip to content

Commit

Permalink
fix: improve package.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 8, 2017
1 parent 61ee9f4 commit 36d231d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aegir",
"version": "11.0.2",
"description": "JavaScript project management",
"main": "index.js",
"main": "cli.js",
"browser": {
"fs": false
},
Expand All @@ -13,7 +13,7 @@
"aegir-test": "./cli.js test",
"aegir-release": "./cli.js release",
"aegir-coverage": "./cli.js coverage",
"aegir-docs": "bin/docs"
"aegir-docs": "./cli.js docs"
},
"scripts": {
"lint": "./cli.js lint",
Expand Down

0 comments on commit 36d231d

Please # to comment.