From 4963af60c995b936da1f8ca5bfdf62829da594ee Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 10 Apr 2017 11:07:59 -0700 Subject: [PATCH] Use default output dir: ./dist --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 048a91ff6..c74285ae7 100644 --- a/package.json +++ b/package.json @@ -92,10 +92,7 @@ "!**/*.{o,hprof,orig,pyc,pyo,rbc}", "!**/._*", "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}" - ], - "directories": { - "output": "pack" - } + ] }, "dependencies": { "config": "^1.25.1",