From 249e1a8a4929cd011873925f587f1416997566bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=B3n=20Rodr=C3=ADguez=20Davila?= Date: Fri, 12 Feb 2021 18:23:40 +0100 Subject: [PATCH] Fix the npm pack (#338) --- .npmignore | 9 --------- package.json | 5 +++++ 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index de6a71dc..00000000 --- a/.npmignore +++ /dev/null @@ -1,9 +0,0 @@ -.gitignore -.babelrc -.editorconfig -.flowconfig -.travis.yml -test.js -CHANGELOG.md -rollup.config.js -yarn.lock diff --git a/package.json b/package.json index 85ea4932..ec67f730 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,11 @@ "test": "mocha lib/tests.cjs.js", "prepublish": "npm run build" }, + "files": [ + "lib/", + "loader.js", + "main.js" + ], "repository": { "type": "git", "url": "git+https://github.com/apollographql/graphql-tag.git"