From 80dedda3b87f746a4861b5a0acf8bc02a229cb79 Mon Sep 17 00:00:00 2001 From: Cody Douglass Date: Thu, 28 Feb 2019 15:51:57 -0500 Subject: [PATCH] switching order of .npmignore --- .npmignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 50d4175..0f33f31 100644 --- a/.npmignore +++ b/.npmignore @@ -5,8 +5,8 @@ !dist/** *.test.* -# Include any additional source files which should be bundled -!src/**/*.abi.json - # Include documentation and version information in bundle !CONTRIBUTING.md + +# Include any additional source files which should be bundled +!src/**/*.abi.json