Explorar o código

remove coverage dir from npm package

I wonder if the `coverage` directory is necessary to be included in the distribution package. I see it takes up around 3.5MB which contributes a lot to the package size.
弘树@阿里 %!s(int64=8) %!d(string=hai) anos
pai
achega
cce14e64c3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .npmignore

+ 2 - 1
.npmignore

@@ -1 +1,2 @@
-test/fixtures/compile-performance.js
+test/fixtures/compile-performance.js
+coverage